guybedford / chomp

'JS Make' - parallel task runner for the frontend ecosystem with a JS extension system.
https://chompbuild.com
Apache License 2.0
138 stars 7 forks source link

Investigate: new CSS parser & minifier (@parcel/css) #37

Closed canadaduane closed 2 years ago

canadaduane commented 2 years ago

This might be a really good fit for chomp:

https://parceljs.org/blog/parcel-css/

guybedford commented 2 years ago

Ideally the rust version would have a CLI mode, or one could build a simple CLI wrapper around the Rust program.

Alternatively this could be an interesting use case for a "rust engine" in the task system, where the task program could be compiled and cached as a custom binary.

guybedford commented 2 years ago

Now that templates can be loaded remotely, this kind of experimentation can be fully managed in userland.