cjohansen / juicer

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

add dummy minifyer #48

Closed gleber closed 12 years ago

gleber commented 12 years ago

Hello

I wanted to disable minifying somehow, but couldn't find such option, so I've implemented dummy_minifyer, which does nothing. Handy for debugging

Best regards, Gleb Peregud

cjohansen commented 12 years ago

You can skip minification by doing juicer merge -m none. Does that solve your use case?

gleber commented 12 years ago

Yes, it does :D Is it documented? If it is, I missed it. If it is not, it would be good to document it. Feel free to close this pull request

cjohansen commented 12 years ago

I guess it isn't. heh. Should probably be fixed.