Created
June 22, 2016 19:34
-
-
Save lucasmazza/cf0e3704ce2a2d866156c7a48ca8f577 to your computer and use it in GitHub Desktop.
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
# cleanup existing assets and cached files | |
rm -rf public/assets tmp/cache/assets | |
# Stop and start Spring to ensure we have a pristine process | |
# and to remove the Rails boot time from the benchmark. | |
bin/spring stop | |
bin/rake secret > /dev/null | |
time bin/rake assets:precompile |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment