-
```
What steps will reproduce the problem?
1. Embed a script tag with application/json content type inside your page, e.g.
{"foo": "bar"}
2. Compress
What is the expected output?
htmlcompressor s…
-
```
What steps will reproduce the problem?
1. Embed a script tag with application/json content type inside your page, e.g.
{"foo": "bar"}
2. Compress
What is the expected output?
htmlcompressor s…
-
```
What steps will reproduce the problem?
1. Embed a script tag with application/json content type inside your page, e.g.
{"foo": "bar"}
2. Compress
What is the expected output?
htmlcompressor s…
-
Hi,
I've tried to install YUI Compressor on Windows Server 2008 R2, Ruby version: ruby 1.8.7 (2010-12-23 patchlevel 330) [i386-mingw32]. Already installed juicer 1.0.18.
When tried to run: juicer in…
xnzhu updated
11 years ago
-
In 2.4.7, it was possible to specify an absolute path for the output file. Attempting to do this in 2.4.8 causes the following error:
```
java -jar "C:\Path\To\yuicompressor-2.4.8.jar" --charset UTF…
-
https://github.com/yui/yuicompressor/blob/c60c6ffaa08a9bd4146f71bfce5fa6daf66ef470/src/com/yahoo/platform/yui/compressor/CssCompressor.java#L328-L333
These lines lead to the following change in code:…
-
I have following in my settings file:-
```
EXTERNAL_APPS = (
'pipeline',
)
INTERNAL_APPS = (
'blog',
'utils',
)
INSTALLED_APPS = EXTERNAL_APPS + INTERNAL_APPS +(
'django.contrib.adm…
-
Hi,
It seems that yui Compressor "minimize" text-shadow: 0 0; to text-shadow:0; but this syntax does not seem "correct" according to w3c specification.
Is there any way to avoid this ?
Regards
-
I'm using LuckyAssetManager in a big site. I discovered it is really slow when any YUI compressors are enabled, even after files were cached. It increases page load to something like ~4s in all reques…
-
```
Suggestion: use Google Closure Compressor
(http://code.google.com/closure/compiler/) instead of YUI Compressor
Example Ant task:
```
Orig…