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