chore(bower): refactor bower usage

The gulp bower task in the docs app was never actually running since it couldn't
find the bower.json file and was silently failing. Updating to a newer bower
highlighted this issue.

This commit moves the docs app specific bower components into the docs folder.
There are only jquery and closure compiler related components in the project
folder now.

It also improves the gulp bower task to provide better feedback of progress
and errors.
This commit is contained in:
Peter Bacon Darwin
2014-09-08 10:14:17 +01:00
parent 40308e5935
commit be3b62cd09
8 changed files with 205 additions and 16 deletions

View File

@@ -31,6 +31,7 @@
"gulp": "~3.8.0",
"gulp-concat": "~2.1.7",
"gulp-jshint": "~1.4.2",
"gulp-util": "^3.0.1",
"jasmine-node": "~1.11.0",
"jasmine-reporters": "~0.2.1",
"jshint-stylish": "~0.1.5",