lib/carte/client/tasks.coffee in carte-server-1.0.9 vs lib/carte/client/tasks.coffee in carte-server-1.0.10
- old
+ new
@@ -87,7 +87,7 @@
bundle: (browserify, dir, file)->
browserify
.bundle()
.pipe sourceStream file
.pipe gulpIf(!@watching, streamify(uglify(compress: {drop_console: !@watching})))
- #.pipe gulpIf(!@watching, gulpGzip())
+ .pipe gulpIf(!@watching, gulpGzip())
.pipe gulp.dest dir