Angular 1.6.9, remove bower

This commit is contained in:
Mo Bitar
2019-01-30 16:16:43 -06:00
parent c6a90ec513
commit 4f42330167
17 changed files with 3722 additions and 3777 deletions

View File

@@ -54,8 +54,7 @@ namespace :deploy do
end
end
before 'deploy:compile_assets', 'bower:install'
after 'bower:install', 'deploy:npm_install'
before 'deploy:compile_assets', 'deploy:npm_install'
set :ssh_options, {
keys: %W( #{CAP_CONFIG['default']['key_path']} ),