-
@KyleMitBTV @Nunjucks Re: alternate solutions, on 11ty.dev we only jsmin and cssmin for production builds (toggled using environment variables): 11ty.dev/docs/data-js/#example-exposing-environment-variables In the config file it decides whether or not to do a string passthrough or the full min based on the ENV variable.