-
When working on a JS project usually force dev to go with a stack
SWFObject stack was
- [Bower](http://bower.io/) (output)
- [YUI Compressor](http://yui.github.io/yuicompressor/) (input)
As we are "…
-
Trying to pass my javascript path to YUI compressor. If I `$ cd ~/Desktop`, why is it that this will work:
```
$ yuicompressor -v -o '$:.min.js' ~/Desktop/js/*.js
```
but this will not:
```
$ yuic…
-
The ’ is translated to ??? when minified resulting to an output that's not representing input. Maybe that's related to YUI Compressor but since I'm not familiar this is code, I'm reporting here.
Rela…
-
I was configured to use the Google Closure Compiler:
```
javascript_compressor: closure
```
But was unwittingly falling back to jsmin because
```
require 'closure-compiler'
```
was failing silentl…
ses4j updated
10 years ago
-
I tried running ant from build.xml directory. It is able to run concat target, but throwing error at compress target. Below are the logs.
```
Buildfile: C:\Users\manish_bansal01\Desktop\106Work\C…
-
input document:
```
See issue [#2528127](http://yuilibrary.com/projects/yuicompressor/ticket/2528127).
```
results and entry in toc, which is not used:
```
See issue [#2528127](http://yuilibrary.co…
-
Various implementations of the YUI Compressor expose a line-break option, which tells the compressor to insert line breaks every n characters in minified scripts in order to keep line lengths down to …
-
There are some little changes in PHP 7.4 with could break the normal usage of cssmin. Perhaps these things can be fixed:
- `get_magic_quotes_gpc()` is `deprecated`, see https://github.com/tubalmart…
-
Someone has added an extension that i think would would be nice to have added to main. The main use of this is to strip debug statements, but it is generic and could be used for other things. See ht…
-
Dear Yui-Team
There is a [know flexbox-bug](https://github.com/philipwalton/flexbugs#flexbug-4) in IE 10 & 11, where flex-basis needs to have a unit if its value is `0`.
E.g. `flex-basis: 0;` do…