Skip to content

Commit

Permalink
minify all
Browse files Browse the repository at this point in the history
  • Loading branch information
opus1269 committed May 21, 2019
1 parent ff130f4 commit d0a4bf7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -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));
}

Expand Down
6 changes: 3 additions & 3 deletions polymer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit d0a4bf7

Please sign in to comment.