Skip to content

Instantly share code, notes, and snippets.

@leonardreidy
Last active September 5, 2017 16:33
Show Gist options
  • Save leonardreidy/e917f2f50dcace86f739ae3b80d9e4cc to your computer and use it in GitHub Desktop.
Save leonardreidy/e917f2f50dcace86f739ae3b80d9e4cc to your computer and use it in GitHub Desktop.
Useful commands for Rails 4.2
# Asset cleaning
# Clean old assets leaving three most recent versions of assets
rake assets:clean
# Nuke old assets
rake assets:clobber
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment