Skip to content

Instantly share code, notes, and snippets.

@pinalbhatt
Created May 19, 2015 13:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pinalbhatt/119b6a68d348d870d55f to your computer and use it in GitHub Desktop.
Save pinalbhatt/119b6a68d348d870d55f to your computer and use it in GitHub Desktop.
Bower
#install bower
sudo npm install bower -g
#bower.json https://github.com/bower/bower.json-spec
bower init
#bower-installer Tool for installing bower dependencies that won't include entire repos
#https://www.npmjs.com/package/bower-installer
npm install -g bower-installer
bower install angular#1.3.15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment