lib/carte.coffee in carte-server-0.0.25 vs lib/carte.coffee in carte-server-0.0.26

- old
+ new

@@ -72,7 +72,7 @@ bundle: (browserify, dir, file)-> browserify .bundle() .pipe sourceStream file - .pipe gulpIf(!@watching, streamify(uglify())) + .pipe gulpIf(!@watching, streamify(uglify(compress: {drop_console: !@watching}))) .pipe gulp.dest dir