Skip to content

Instantly share code, notes, and snippets.

@jwlms
Created April 9, 2015 23:51
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 jwlms/7e3df4670c56bb418e53 to your computer and use it in GitHub Desktop.
Save jwlms/7e3df4670c56bb418e53 to your computer and use it in GitHub Desktop.
gulp.task('test', function() {
return browserify().bundle()
.pipe(source('./test/test.js'))
.pipe(buffer())
.pipe(gulp.dest('./dist/js/test'));
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment