capistrano deploy: sass should be executed under bundle exec
This commit is contained in:
parent
3b0bf89335
commit
23212e4146
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ namespace :deploy do
|
||||||
end
|
end
|
||||||
|
|
||||||
task :bundle_static_assets do
|
task :bundle_static_assets do
|
||||||
run "cd #{current_path} && sass --update public/stylesheets/sass:public/stylesheets"
|
run "cd #{current_path} && bundle exec sass --update public/stylesheets/sass:public/stylesheets"
|
||||||
run "cd #{current_path} && bundle exec jammit"
|
run "cd #{current_path} && bundle exec jammit"
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue