Created
June 7, 2013 04:57
-
-
Save airportyh/5727156 to your computer and use it in GitHub Desktop.
Example yeoman setup with grunt-bower-install.
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
| <!-- build:js scripts/main.js --> | |
| <!-- bower --> | |
| <script src="bower_components/bug/index.js"></script> | |
| <script src="bower_components/jquery/jquery.js"></script> | |
| <!-- endbower --> | |
| <script src="scripts/main.js"></script> | |
| <!-- endbuild --> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment