Skip to content

Instantly share code, notes, and snippets.

@zenorocha
Created June 5, 2014 20:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zenorocha/981fdb5bcf6fed887ce3 to your computer and use it in GitHub Desktop.
Save zenorocha/981fdb5bcf6fed887ce3 to your computer and use it in GitHub Desktop.
var gulp = require('gulp');
var shell = require('gulp-shell');
gulp.task('init', function() {
return gulp.src('', { read: false })
.pipe(shell('bower install', {
ignoreErrors: true
}));
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment