pydsigner / anchovy

A minimal, unopinionated framework for static website generation.
Apache License 2.0
2 stars 0 forks source link

Switch CSS minifier backend to lightningcss #33

Closed pydsigner closed 1 year ago

pydsigner commented 1 year ago

Depending on how quickly attention is given to issues like https://github.com/sprymix/csscompressor/issues/13, https://github.com/sprymix/csscompressor/pull/14, and https://github.com/sprymix/csscompressor/issues/9, we may wish to vendor a custom version of csscompressor for our minification.

See also #32, which this would really require.

pydsigner commented 1 year ago

lightningcss can offer more useful functionality, and works out of the box (apart from needing Rust bindings). We'll use python-lightningcss instead.