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

Don't depend on Java #42

Closed
3rd-Eden opened this issue Sep 20, 2012 · 2 comments
Closed

Don't depend on Java #42

3rd-Eden opened this issue Sep 20, 2012 · 2 comments

Comments

@3rd-Eden
Copy link
Member

We should not expect our users to have java installed on their systems. The compressors that do require this functionality should only be enabled when java is detected on the users system. We can probably use https://github.com/isaacs/node-which to detect if Java is installed.

Currently the CSS compressor is the only compressor that requires Java to be installed as we already have other fallbacks for JS compression in the form of uglify.

We could add alternate CSS compressors to the stack, for example:

@3rd-Eden
Copy link
Member Author

See extended discussion in #53

@3rd-Eden
Copy link
Member Author

3rd-Eden commented Jan 4, 2013

Closing this as it has been resolved with the creation of crusher which uses the which library to figure out if there's Java installed on the system.

@3rd-Eden 3rd-Eden closed this as completed Jan 4, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant