Guest User

Untitled

a guest
Feb 20th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. namespace :sass do
  2. desc 'Updates the stylesheets generated by Sass'
  3. task :update, :roles => :app do
  4. invoke_command "cd #{latest_release}; RAILS_ENV=#{rails_env} rake --trace sass:update"
  5. end
  6. end
Add Comment
Please, Sign In to add comment