Configurable dynamic install angular Bower dependencies.
DEPRECATED
Use instead gulp-framework-dep: npm or github
Usage
First, install gulp-angular-dep
as a development dependency:
npm install --save gulp-angular-dep
Then, add it to your gulpfile.js
:
var gulp = ;var angularDep = ; gulp;
This defaults to the directory configured in ./.bowerrc
or to ./bower_components
when no .bowerrc
could be found.
You can also pass a config Object with all these optional parameters to gulp-angular-dep:
var gulp = ;var angularDep = ; gulp;
Changelog
0.0.1
- initial release
0.0.4
- updated README.md on npm
0.0.5
- updated README.md and index.js typo