-
Bug
-
Resolution: Won't Fix
-
Major
-
4.0RC3
-
None
-
None
The minimization failed when a js contains a variable named short, for example :
short = short.replace(....)
- Dépend de
-
RUNTIME-2470 Replace yuicompressor by a more up-to-date library for JS minimization
-
- Closed
-
"short" is a reserved keyword until ES5, and should not be used as a variable name as is, and is not supported by the library currently used for minimizing js.