mattscotty
mattscotty
XML minification can help by removing whitespace. However on testing using the HTML minifier, tags do not retain their case sensitivity and there is no option to do so (there...
I was getting the following error from Knockout.js. `Error: Cannot find closing comment tag to match: ko if : ` After some trial and error I believe the issue lies...
When developing with Knockout.JS I think its more readable to have a bit of whitespace; ``` ``` However, this could be reduced to; ``` ```
I've just been looking at the minified output from a class I've just wrote and it seems the internal property names are not being minified. If they're an internal function...
Latest version, trying to minify [Three.js v146](https://unpkg.com/[email protected]/build/three.js) but the issue is also present on the latest version 154. I'm not sure how to phrase it but I think the issue...
Hi, I've added two pieces of functionality into this plugin that I'd like to contribute as i liked this plugin when using it. the first is the ability to export...