From 4cf0ffac2fc5ef00094c55d1e60372c282c9207b Mon Sep 17 00:00:00 2001 From: Jamie Date: Tue, 4 Apr 2017 18:07:22 +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 2c2cf57b8..9711c90c4 100644 --- a/Ombi/Ombi/gulpfile.js +++ b/Ombi/Ombi/gulpfile.js @@ -152,7 +152,7 @@ gulp.task('lib', function () { streams.push( gulp.src(typeof module === "string" ? module : module.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(function (path) { if (typeof module !== "string" && module.rename) { path.basename = module.rename;