Skip to content

Instantly share code, notes, and snippets.

@tjFogarty
Created August 28, 2014 14:58
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tjFogarty/e25c0ef741a7e3ae9949 to your computer and use it in GitHub Desktop.
Save tjFogarty/e25c0ef741a7e3ae9949 to your computer and use it in GitHub Desktop.
// inject bower components
gulp.task('wiredep', function () {
gulp.src('./partials/*.php')
.pipe(wiredep({
directory: './bower_components/'
}))
.pipe(gulp.dest('./partials'));
});
@niallobrien
Copy link

Noice! :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment