Skip to content

Instantly share code, notes, and snippets.

@dburger
Created November 23, 2008 21:22
Show Gist options
  • Save dburger/28209 to your computer and use it in GitHub Desktop.
Save dburger/28209 to your computer and use it in GitHub Desktop.
task :after_update_code, :roles => :app do
run "cd #{release_path} && rake minifier:minify" if rails_env == :production
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment