Minify CSS
parent
097f85cab2
commit
25a7759be0
|
@ -12,6 +12,7 @@ var minifiedHtml = minify.minify(html, {
|
||||||
removeScriptTypeAttributes: true,
|
removeScriptTypeAttributes: true,
|
||||||
removeStyleLinkTypeAttributes: true,
|
removeStyleLinkTypeAttributes: true,
|
||||||
minifyJS: true,
|
minifyJS: true,
|
||||||
|
minifyCSS: true,
|
||||||
});
|
});
|
||||||
|
|
||||||
fs.writeFileSync('build/frontend.html', minifiedHtml);
|
fs.writeFileSync('build/frontend.html', minifiedHtml);
|
||||||
|
|
Loading…
Reference in New Issue