From 4e1b60706fd495d76c15a1737ca229ab1a045635 Mon Sep 17 00:00:00 2001 From: Nelson LaQuet Date: Thu, 23 Apr 2015 04:27:10 -0500 Subject: [PATCH] Uncommented out uglify --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index d3b3f892..5873c0ba 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -51,7 +51,7 @@ gulp.task("scripts-app", function() { ], {base: "."})) .pipe(gulpif(/\.coffee/, coffee())) .pipe(concat("app.js")) -// .pipe(uglify()) + .pipe(uglify()) .pipe(gulp.dest("public/build/scripts")) // Development/watch pipeline : gulp.src(paths, {base: "app/scripts"})