aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Dockerfile2
-rw-r--r--gulpfile.js2
2 files changed, 1 insertions, 3 deletions
diff --git a/Dockerfile b/Dockerfile
index d06f5377b..be0a328fe 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
-FROM node:6
+FROM node:7
MAINTAINER kumavis
# setup app dir
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