コード例 #1
0
ファイル: gulpfile.js プロジェクト: wen96/json-portfolio
gulp.task('bower-install', function() {
  return bower();
});
コード例 #2
0
gulp.task('bower', function () {
  return bower({cmd: 'install'});
});