1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-07-28 01:00:13 +02:00

gulpfile: minify screenlog.js also

This commit is contained in:
Kushagra Gour
2018-01-14 11:33:14 +05:30
parent 214131503f
commit 3d448471ae

View File

@@ -45,6 +45,7 @@ gulp.task('useRef', ['copyFiles'], function() {
gulp.task('minify', ['useRef'], function() {
minifyJs('app/script.js');
minifyJs('app/vendor.js');
minifyJs('app/lib/screenlog.js');
gulp.src('app/*.css')
.pipe(cleanCSS({ debug: true }, (details) => {