zont / gulp-bower

MIT License
82 stars 22 forks source link

"interactive": false #23

Closed sashasochka closed 9 years ago

sashasochka commented 9 years ago

Is it possible to set "interactive": false bower's option like described here http://bower.io/docs/api/#programmatic-api?

zont commented 9 years ago

var bower = require('gulp-bower');

gulp.task('bower', function() { return bower({interactive: false}); });