initial commit
This commit is contained in:
0
lib/assets/.keep
Normal file
0
lib/assets/.keep
Normal file
12
lib/capistrano/tasks/bower.rake
Normal file
12
lib/capistrano/tasks/bower.rake
Normal file
@@ -0,0 +1,12 @@
|
||||
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
|
||||
0
lib/tasks/.keep
Normal file
0
lib/tasks/.keep
Normal file
Reference in New Issue
Block a user