Skip to content

Instantly share code, notes, and snippets.

@jwlms
Created April 9, 2015 23:51
Embed
What would you like to do?
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