mirror of
https://gitlab.com/commento/commento.git
synced 2025-06-29 22:56:37 -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(sourcemaps.init())
|
||||||
.pipe(concat(outputFile))
|
.pipe(concat(outputFile))
|
||||||
.pipe(rename(outputFile))
|
.pipe(rename(outputFile))
|
||||||
.pipe(uglify())
|
|
||||||
.pipe(sourcemaps.write())
|
.pipe(sourcemaps.write())
|
||||||
.pipe(gulp.dest(develPath))
|
.pipe(gulp.dest(develPath))
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user