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
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:
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:
The text was updated successfully, but these errors were encountered: