feat: Minify css
- Add dependency clean-css - Add do_minifycss function as filter to eleventy - Add workaround for demo mode with computed data file
This commit is contained in:
parent
024540e389
commit
d7ce139ab7
4 changed files with 49 additions and 3 deletions
|
|
@ -32,6 +32,7 @@
|
|||
"private": true,
|
||||
"devDependencies": {
|
||||
"@11ty/eleventy": "^2.0.1",
|
||||
"clean-css": "^5.3.3",
|
||||
"sass": "^1.69.4"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue