dgp1130 / rules_prerender

A Bazel rule set for prerending HTML pages.
13 stars 0 forks source link

Minify CSS #20

Open dgp1130 opened 3 years ago

dgp1130 commented 3 years ago

Before we could move this out of experimental and declare it ready for production, I think it is necessary to have some means of minifying the output CSS content. prerender_page_bundled() should automatically minify its outputs. prerender_page() probably doesn't need to support this since users of it are responsible for bundling/optimizing it themselves. Note that this minification can just involve minifying the CSS itself, not taking any knowledge of HTML into account to provide any kind of tree shaking. That would be a separate feature we can worry about later.