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)))