-
Minification could decrease our binary size, which might plausibly be attractive to Tor Browser. See the following tools:
* https://github.com/liftoff/pyminifier (GPLv3, no longer maintained)
* h…
-
```
Our current build process uses yuicompressor, but we should investigate
other possibilities. Specifically, I would like to look at Google's
Closure: http://code.google.com/closure/compiler/ and s…
-
Setup a rake task to manage the creation of the minified versions, instead of doing this manually
-
The per-app build time minification should likely be cached so that it doesn't have to happen for each build. Likely not a big deal, just something I noticed.
https://github.com/ef4/ember-cli-deploy-…
-
Hi there,
I have a plugin that does minification of the HTML, CSS files as well as inline styles and javascript and would like to move it to here.
I prepared the structure and setup according to y…
-
I have just been working on a css minifyer - heavily hacked from https://github.com/yui/ycssmin/cssmin.js
Please see my branch cssmin
To play with it you need to do something like
import …
-
As brought up https://github.com/Netflix-Skunkworks/policyuniverse/issues/38#issuecomment-868751613 ... it would be pretty handy if cloudsplaining could help with that by considering adding a `minimiz…
-
Je pense que ce serait intéressant de minifier les assets (styles et scripts).
-
Related to #30, I think it would make sense to prevent minification of requested files in a _development_ environment (and to always minify them in a production environment). That would make debugging…
-
Right now, we use a slightly brokeass minification system. Here's what happened:
1. Originally, we had minification built into our Rollup pipeline. This is the best way to do the minification beca…