/
JSMin compressor fails in some cases [5.1.0-RC1]
JSMin compressor fails in some cases [5.1.0-RC1]
Imported from: http://groups.google.com/group/in-portal-bugs/browse_thread/thread/f5d76fa0c9bd91bf#
We have ability to compress css and js files. For JS file compression we use JSMin library, which fails to work on attached file.
I propose, that we use YUICompressor, when java is available on web server and use JSMin, when java is not available. JAR file must be places together with other minify helpers.