You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When choosing uglifier as a compressor for javascripts, it still is complaining about missing java. But that's why I chose uglifier, I do not want java on my server.
Can this somehow be patched?
Tnx,
Jan-Willem
The text was updated successfully, but these errors were encountered:
As mentioned on http://documentcloud.github.com/jammit/#compressors, CSS compression is always done via the YUI Compressor, so even if you use UglifyJS to compress JavaScript, CSS compression depends on a Java runtime.
but wouldn't it be nice to enable compression for just the javascript if UglifyJS is able to do so? Then the css will just be left packaged but not compressed
When choosing uglifier as a compressor for javascripts, it still is complaining about missing java. But that's why I chose uglifier, I do not want java on my server.
Can this somehow be patched?
Tnx,
Jan-Willem
The text was updated successfully, but these errors were encountered: