Use Node for asset building instead of building on the fly every time (feat. minification!)

This commit is contained in:
flash 2023-07-15 23:58:17 +00:00
parent ec74f74624
commit ace24c8eee
139 changed files with 1639 additions and 185 deletions

8
package.json Normal file
View file

@ -0,0 +1,8 @@
{
"dependencies": {
"@swc/core": "^1.3.69",
"autoprefixer": "^10.4.14",
"cssnano": "^6.0.1",
"postcss": "^8.4.26"
}
}