Guest User

Untitled

a guest
Feb 21st, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. task :after_update_code, :roles => :app do
  2. run "cd #{release_path} && rake minifier:minify" if rails_env == :production
  3. end
Add Comment
Please, Sign In to add comment