madrilene / eleventy-excellent

Eleventy starter based on the workflow suggested by Andy Bell's buildexcellentwebsit.es.
https://eleventy-excellent.netlify.app/
Other
382 stars 69 forks source link

Remove Minification #13

Closed flamedfury closed 1 year ago

flamedfury commented 1 year ago

Hello @madrilene :wave:

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 1 year ago

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 1 year ago

All done, thanks heaps :)