Skip to content

Instantly share code, notes, and snippets.

@airportyh
Created June 7, 2013 04:57
Show Gist options
  • Select an option

  • Save airportyh/5727156 to your computer and use it in GitHub Desktop.

Select an option

Save airportyh/5727156 to your computer and use it in GitHub Desktop.
Example yeoman setup with grunt-bower-install.
<!-- 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