forked from FoundKeyGang/FoundKey
Minify CSS
This commit is contained in:
parent
fe8f809aa1
commit
dd8a6a12ba
1 changed files with 4 additions and 1 deletions
|
@ -210,7 +210,10 @@ gulp.task('build:client:pug', [
|
|||
// 属性の値がデフォルトと同じなら省略する e.g.
|
||||
// <input type="text"> to
|
||||
// <input>
|
||||
removeRedundantAttributes: true
|
||||
removeRedundantAttributes: true,
|
||||
|
||||
// CSSも圧縮する
|
||||
minifyCSS: true
|
||||
}))
|
||||
.pipe(gulp.dest('./built/web/app/'))
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue