juicer icon indicating copy to clipboard operation
juicer copied to clipboard

--minifyer not documented

Open donpark opened this issue 14 years ago • 3 comments

following needs to be documented and included in command-line help as well:

  1. 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.
  2. --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.

donpark avatar Jan 06 '11 06:01 donpark

What about an option to not minify?

jamestomasino avatar Oct 11 '12 21:10 jamestomasino

--minifyer ""

cjohansen avatar Oct 12 '12 07:10 cjohansen

Ahh, excellent! Thank you.

jamestomasino avatar Oct 12 '12 13:10 jamestomasino