Last active
September 5, 2017 16:33
-
-
Save leonardreidy/e917f2f50dcace86f739ae3b80d9e4cc to your computer and use it in GitHub Desktop.
Useful commands for Rails 4.2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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