Skip to content

Commit ac84eee

Browse files
committed
Fix typo in gulp script
1 parent a6679dc commit ac84eee

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

gulpfile.babel.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,7 @@ gulp.task('browser', function(cb){
5656
});
5757

5858
/** Build all-in-one files for use in the browser */
59-
gulp.task('bu' +
60-
'ild-browser', function () {
59+
gulp.task('build-browser', function () {
6160
var browserOutput = 'lib/browser';
6261
// Our app bundler
6362
var appBundler = browserify({

0 commit comments

Comments
 (0)