From d0a4bf70fea1b49313b4d7ab8dd1bafb339af427 Mon Sep 17 00:00:00 2001 From: opus1269 Date: Tue, 21 May 2019 10:00:34 -0500 Subject: [PATCH] minify all --- gulpfile.js | 2 +- polymer.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/gulpfile.js b/gulpfile.js index 928be820..b81edebf 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -223,7 +223,7 @@ function tsCompile() { pipe(replace(SRCH_REDDIT, REP_REDDIT)). pipe(replace(SRCH_WTHR, REP_WTHR)). pipe(replace(SRCH_CP, REP_CP)). - pipe(isProd ? minify(minifyOpts) : noop()). + // pipe(isProd ? minify(minifyOpts) : noop()). pipe(gulp.dest(base.src)); } diff --git a/polymer.json b/polymer.json index fbd66802..898e9964 100644 --- a/polymer.json +++ b/polymer.json @@ -35,14 +35,14 @@ "modules" ], "js": { - "minify": false, + "minify": true, "transformModulesToAmd": false }, "css": { - "minify": false + "minify": true }, "html": { - "minify": false + "minify": true }, "bundle": { "inlineCss": false,