bower install required to create angular lib

This commit is contained in:
Gregg Zigler 2014-08-19 11:53:18 -07:00
commit c95a35dbc5

View file

@ -2,7 +2,9 @@ language: node_js
node_js:
- '0.10'
before_install: npm install -g grunt-cli
install: npm install
install:
- npm install
- bower install
before_script: grunt shell
notifications:
email: