From 59f9ef5da2703f175dd747eb56a51fe31714a271 Mon Sep 17 00:00:00 2001 From: Victor Costa Date: Thu, 24 Mar 2016 18:42:50 -0300 Subject: [PATCH] Disable uglify --- gulp/build.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulp/build.js b/gulp/build.js index d9a5c1e..993e9e7 100644 --- a/gulp/build.js +++ b/gulp/build.js @@ -52,7 +52,7 @@ gulp.task('html', ['inject', 'partials'], function () { .pipe($.sourcemaps.init()) .pipe($.ngAnnotate()) // TODO - check how to make uglify work with ngforward - .pipe($.uglify({ preserveComments: $.uglifySaveLicense, mangle: true, output: { beautify: false} })).on('error', conf.errorHandler('Uglify')) + //.pipe($.uglify({ preserveComments: $.uglifySaveLicense, mangle: true, output: { beautify: false} })).on('error', conf.errorHandler('Uglify')) .pipe($.sourcemaps.write('maps')) .pipe(jsFilter.restore) .pipe(cssFilter) -- libgit2 0.21.2