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

@@ -1,12 +0,0 @@
namespace :bower do
desc "Install bower packages"
task :install do
on roles(:web) do
within "#{release_path}" do
with rails_env: fetch(:rails_env) do
execute :rake, "bower:install CI=true"
end
end
end
end
end