Skip to content

Instantly share code, notes, and snippets.

@wmfairuz
Created June 29, 2014 02:45
Show Gist options
  • Save wmfairuz/5f7c0e32947deb34bde8 to your computer and use it in GitHub Desktop.
Save wmfairuz/5f7c0e32947deb34bde8 to your computer and use it in GitHub Desktop.
grunt/bower/yo recipes
# 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