cjohansen / juicer

A command line tool for JavaScript and CSS developers
630 stars 47 forks source link

Compiling with closure_compiler #22

Closed shiki closed 14 years ago

shiki commented 14 years ago

Hi! Thanks for this awesome tool! How do you compile using closure_compiler? I tried:

juicer merge js/min/common.js -s -f -m closure_compiler

But I'm getting this error:

"-js_output_file" is not a valid option

dewski commented 14 years ago

I get this as well, just to note.

cjohansen commented 14 years ago

Thanks, I'll look into it. In the meantime, try with an older version of the Google Closure Compiler.

Monokai commented 14 years ago

Just to let you know I'm having the same issue. Tried on all 1.x versions and they all display this error.

cjohansen commented 14 years ago

This issue is now solved. Juicer 1.0.4 is pushed to gem servers, and should be available shortly.