From 760a3047980ac3b6c053e7312d518b2d23705d64 Mon Sep 17 00:00:00 2001 From: Jamie Date: Tue, 4 Apr 2017 18:00:49 +0100 Subject: [PATCH] Update gulpfile.js --- Ombi/Ombi/gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Ombi/Ombi/gulpfile.js b/Ombi/Ombi/gulpfile.js index cd51f5548..2c2cf57b8 100644 --- a/Ombi/Ombi/gulpfile.js +++ b/Ombi/Ombi/gulpfile.js @@ -137,7 +137,7 @@ gulp.task('npm', function () { streams.push( gulp.src(file) .pipe(gulpif(global.full, sourcemaps.init())) - .pipe(gulpif(global.full, uglify({ source_map: true }))) + //.pipe(gulpif(global.full, uglify({ source_map: true }))) .pipe(rename((path => { path.basename = module }))) .pipe(gulpif(global.full, sourcemaps.write('../maps'))) .pipe(gulp.dest(path.join(paths.wwwroot, paths.npm.dest)))