-
YUI compressor is much better than jsmin.
I'm not that familiar with github, otherwise I would have forked it, but here's a fix:
http://gist.github.com/422436
(changed only minify_js method)
And o…
elado updated
14 years ago
-
Hello there. So recently ive been bored and have decided to have some fun and develop custom levels for candybox2. The problem is is that Yuicompressor, at least on the latest version of Java for me, …
-
https://github.com/yui/yuicompressor
-
It would be really nice if YUI compression worked on aulx.js and aulx-ui.js . Right now, it just gives errors and produces half-compressed code.
-
is there a way to add yui-compressor support for lessc -x command?
-
Hello Guys, I fond one issue in YUI compressor (version 2.4.8).
The compressor can't parse such JS code:
```
function ShowMessage(LongParameterShouldBeMinified)
{
alert(LongParameterShouldBeMini…
slgal updated
8 years ago
-
I ran into this issue when I started using lesscss java compiler - https://github.com/yui/yuicompressor/issues/161. My module is already using YUI Compressor. Any pointers on how to have both co-exist…
-
YUI Compressor is outdated and does not support ES6. It needs to be replaced. WRO4J looks like a worthy replacement; although, alternatives should be investigated.
bjagg updated
1 month ago
-
FYI: YUI Compressor (2.4.8 - including, but not limited to) breaks when using reserved words as property names. The word `goto` is a "future reserved keywords in older standards", and is therefore not…
-
Even in an empty project, `-minify -yui` doesn't work anymore (I'm assuming at some point it did):
```
>lime create project LimeProject
>cd LimeProject
>lime build html5 -minify -yui
[E…