-
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…
-
I'm not sure if this is inline with project goals but I've noticed modern CSS has a lot of very long variable names. If variables are declared in the same file it is somewhat safe to rename the variab…
-
I've been playing around with this and I believe I found a problem with the way it determines if it's a class when minified.
So this will use `ClassProvider` because the class name starts with upperc…
-
Error after minification.
Just change the
controller : function($scope, $element, $attrs) {
for
controller : ['$scope', '$element', '$attrs', function($scope, $element, $attrs) {
and i…
-
JS Minification Gradle task that will run when generating JS production code (building or running).
-
As discussed [here](https://github.com/PrismJS/prism/pull/1478#issuecomment-443691485).
-
For a code like: https://esbuild.github.io/try/#dAAwLjIzLjAALS1taW5pZnktaWRlbnRpZmllcnMAewogICAgY2xhc3MgUGVuZ3VpbiB7fQoKICAgIGNvbnN0IGNsYXNzZXMgPSB7UGVuZ3Vpbn07CgogICAgY29uc3QgdyA9IG5ldyBjbGFzc2Vz…
-
[jsDelivr](https://www.jsdelivr.com/) can minify files on the fly.
Is `.min` version even needed?
-
I have a problem with the min version. Please take a look at this line https://github.com/ghengeveld/angular-adaptive-templating/blob/master/src/angular-adaptive-templating.js#L129. You can add this t…
-
I have found the KineticJS to be minification unfriendly. minification can be thorougly improved. For example there are 1000 "this", 350 "prototype", 650 "Kinetic" entrances
var self = this; replaces…