add html minification and delete contents of public before building

This commit is contained in:
Jonathan Souter
2023-03-02 14:36:05 +10:30
parent 1cc56c239d
commit 4e5b48f0d4
3 changed files with 226 additions and 22 deletions

View File

@ -13,7 +13,9 @@
"dependencies": {
"@11ty/eleventy": "^2.0.0",
"bootstrap": "^5.2.3",
"html-minifier": "^4.0.0",
"npm-run-all": "^4.1.5",
"rimraf": "^4.1.3",
"sass": "^1.58.3"
}
}