Created
January 13, 2015 05:46
-
-
Save runspired/ccbf7db97439e4f7606a to your computer and use it in GitHub Desktop.
Enhance your front-end package experience by making it easy to wipe and start over when NPM / Bower screw up.
This file contains hidden or 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
alias nom='npm cache clean && rm -rf node_modules && npm install' | |
alias bom='bower cache clean && rm -rf bower_components && bower install' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment