From 3d448471ae025ff2d031a87850cb5147082d32ef Mon Sep 17 00:00:00 2001 From: Kushagra Gour Date: Sun, 14 Jan 2018 11:33:14 +0530 Subject: [PATCH] gulpfile: minify screenlog.js also --- gulpfile.js | 1 + 1 file changed, 1 insertion(+) diff --git a/gulpfile.js b/gulpfile.js index fa21884..2f09c62 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -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) => {