Created
June 29, 2014 02:45
-
-
Save wmfairuz/5f7c0e32947deb34bde8 to your computer and use it in GitHub Desktop.
grunt/bower/yo recipes
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
| # install package | |
| bower install d3 -S | |
| # update html with bower component | |
| grunt bowerInstall | |
| # yeoman .gitignore | |
| node_modules/ | |
| bower_components/ | |
| *.log | |
| build/ | |
| dist/ | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment