lib/carte/client/tasks.coffee in carte-server-1.0.2 vs lib/carte/client/tasks.coffee in carte-server-1.0.3

- old
+ new

@@ -74,7 +74,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