aboutsummaryrefslogtreecommitdiffstats
path: root/gulpfile.js
diff options
context:
space:
mode:
Diffstat (limited to 'gulpfile.js')
-rw-r--r--gulpfile.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/gulpfile.js b/gulpfile.js
index fe223adf1..21b925780 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -296,8 +296,6 @@ function bundleTask(opts) {
return (
bundler.bundle()
- // log errors if they happen
- .on('error', gutil.log.bind(gutil, 'Browserify Error'))
// convert bundle stream to gulp vinyl stream
.pipe(source(opts.filename))
// inject variables into bundle