Commit 59f9ef5da2703f175dd747eb56a51fe31714a271

Authored by Victor Costa
1 parent 5ddf6d1a

Disable uglify

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
gulp/build.js
... ... @@ -52,7 +52,7 @@ gulp.task('html', ['inject', 'partials'], function () {
52 52 .pipe($.sourcemaps.init())
53 53 .pipe($.ngAnnotate())
54 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 56 .pipe($.sourcemaps.write('maps'))
57 57 .pipe(jsFilter.restore)
58 58 .pipe(cssFilter)
... ...