mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-01-12 17:12:34 +08:00
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.
9 lines
277 B
JSON
9 lines
277 B
JSON
{
|
|
"name": "AngularJS",
|
|
"devDependencies": {
|
|
"jquery": "2.1.1",
|
|
"closure-compiler": "https://dl.google.com/closure-compiler/compiler-20140814.zip",
|
|
"ng-closure-runner": "https://raw.github.com/angular/ng-closure-runner/v0.2.3/assets/ng-closure-runner.zip"
|
|
}
|
|
}
|