Would you consider minifying the CSS output (when running charge build) using a PostCSS plugin? For example, using something like cssnano.
This seems like it would fit with the “it works the way you probably expect it to” philosophy as long as only safe minification techniques are enabled.
Hey! Yeah, I think that makes sense. Charge is mostly for smaller sites so the minification doesn’t need to be super aggressive. Want to make a pull request?
Would you consider minifying the CSS output (when running
charge build
) using a PostCSS plugin? For example, using something likecssnano
.This seems like it would fit with the “it works the way you probably expect it to” philosophy as long as only safe minification techniques are enabled.