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
{{ message }}
This repository has been archived by the owner on Nov 24, 2017. It is now read-only.
following needs to be documented and included in command-line help as well:
default minifier is yui_compressor.
1.1 if yui_compressor is not installed, javascript merge will fail.
1.2 if only closure_compiler is installed, javascript merge will fail.
--minifyer (-m) option controls which minifier is used.
valid values are 'yui_compressor' and 'closure_compiler'.
1.1 and 1.2 should be remedied so:
juicer defaults to whatever minifier is installed.
if more than one minifier is installed, either prompt user as well as informing them of -m option or go with default and inform user of -m option.
if no minifier is installed, prompt user to install either yui_compressor or closure_compiler.
The text was updated successfully, but these errors were encountered:
following needs to be documented and included in command-line help as well:
1.1 if yui_compressor is not installed, javascript merge will fail.
1.2 if only closure_compiler is installed, javascript merge will fail.
valid values are 'yui_compressor' and 'closure_compiler'.
1.1 and 1.2 should be remedied so:
juicer defaults to whatever minifier is installed.
if more than one minifier is installed, either prompt user as well as informing them of -m option or go with default and inform user of -m option.
if no minifier is installed, prompt user to install either yui_compressor or closure_compiler.
The text was updated successfully, but these errors were encountered: