Example #1
0
gulp.task('bower-install', function() {
  return bower();
});
gulp.task('bower', function () {
  return bower({cmd: 'install'});
});