mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-01-10 07:30:59 -07:00
Minify CSS
This commit is contained in:
parent
06be1b7655
commit
7c196f98e6
1 changed files with 4 additions and 1 deletions
|
@ -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 a new issue