Commit 59f9ef5da2703f175dd747eb56a51fe31714a271

Authored by Victor Costa
1 parent 5ddf6d1a

Disable uglify

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
@@ -52,7 +52,7 @@ gulp.task('html', ['inject', 'partials'], function () { @@ -52,7 +52,7 @@ gulp.task('html', ['inject', 'partials'], function () {
52 .pipe($.sourcemaps.init()) 52 .pipe($.sourcemaps.init())
53 .pipe($.ngAnnotate()) 53 .pipe($.ngAnnotate())
54 // TODO - check how to make uglify work with ngforward 54 // TODO - check how to make uglify work with ngforward
55 - .pipe($.uglify({ preserveComments: $.uglifySaveLicense, mangle: true, output: { beautify: false} })).on('error', conf.errorHandler('Uglify')) 55 + //.pipe($.uglify({ preserveComments: $.uglifySaveLicense, mangle: true, output: { beautify: false} })).on('error', conf.errorHandler('Uglify'))
56 .pipe($.sourcemaps.write('maps')) 56 .pipe($.sourcemaps.write('maps'))
57 .pipe(jsFilter.restore) 57 .pipe(jsFilter.restore)
58 .pipe(cssFilter) 58 .pipe(cssFilter)