Skip to content

Commit a9608b4

Browse files
add back the gulp.task call inside of the browserify task
1 parent 076324a commit a9608b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ gulp.task('browserify', function() {
164164

165165
var output = options.browserify.destDir + '/' + options.browserify.destFile;
166166

167-
return shell.task(['node_modules/browserify/bin/cmd.js '+files+' -o ' + output]);
167+
return gulp.task('browserify', shell.task(['node_modules/browserify/bin/cmd.js '+files+' -o ' + output]));
168168
});
169169

170170
// -------------------------------------

0 commit comments

Comments
 (0)