mirror of
https://gitlab.com/commento/commento.git
synced 2026-06-17 09:55:27 -04:00
frontend: do not uglify devel JS files
This commit is contained in:
@@ -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))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user