Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

compression disabled even if uglifier is chosen #185

Open
jewilmeer opened this issue Jun 7, 2011 · 2 comments
Open

compression disabled even if uglifier is chosen #185

jewilmeer opened this issue Jun 7, 2011 · 2 comments

Comments

@jewilmeer
Copy link

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

@vandrijevik
Copy link
Contributor

Jan-Willem,

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.

@jewilmeer
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants