feat: minify html + js
This commit is contained in:
parent
d1b6b8cbea
commit
ee53cbdb26
6 changed files with 320 additions and 8 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "coryd.dev",
|
||||
"version": "24.2.0",
|
||||
"version": "24.3.0",
|
||||
"description": "The source for my personal site. Built using 11ty (and other tools).",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
|
@ -39,6 +39,8 @@
|
|||
"autoprefixer": "^10.4.20",
|
||||
"cssnano": "^7.0.5",
|
||||
"dotenv-flow": "^4.1.0",
|
||||
"html-entities": "^2.5.2",
|
||||
"html-minifier-terser": "^7.2.0",
|
||||
"ics": "^3.7.6",
|
||||
"liquidjs": "10.16.4",
|
||||
"luxon": "^3.5.0",
|
||||
|
@ -52,6 +54,7 @@
|
|||
"postcss-js": "^4.0.1",
|
||||
"rimraf": "^6.0.1",
|
||||
"sanitize-html": "^2.13.0",
|
||||
"slugify": "^1.6.6"
|
||||
"slugify": "^1.6.6",
|
||||
"terser": "^5.31.6"
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue