diff --git a/frontend/gulpfile.js b/frontend/gulpfile.js index 205ce57..775527f 100644 --- a/frontend/gulpfile.js +++ b/frontend/gulpfile.js @@ -108,7 +108,6 @@ gulp.task("js-devel", function () { .pipe(sourcemaps.init()) .pipe(concat(outputFile)) .pipe(rename(outputFile)) - .pipe(uglify()) .pipe(sourcemaps.write()) .pipe(gulp.dest(develPath)) }