Remove Minification
flamedfury opened this issue ยท 2 comments
flamedfury commented
Hello @madrilene ๐
What steps can I take to remove the HTML/CSS minification?
The communities that I am in love to view source and look at how websites are constructed, and I would love not to obscure the structure of my website.
Is this as straight forward as removing the various npm packages?
Let me know ~fLaMEd
madrilene commented
Hi, sure!
Just comment out the HTML transfom in the config file: https://github.com/madrilene/eleventy-excellent/blob/main/.eleventy.js#L97
And get rid of cssnano: https://github.com/madrilene/eleventy-excellent/blob/main/config/template-languages/css-config.js#L26
flamedfury commented
All done, thanks heaps :)