This repository has been archived by the owner on Nov 24, 2017. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 47
Merging but not minifying JS #31
Comments
What is the path to the YUI compressor file? Are you by chance on Windows? |
I'm on OSX. The YUI compressor is in ~/.juicer/lib/yui_compressor. |
And you verified that the file was there? YUI has been moving it around lately, maybe your install failed? I just pushed a new version. Try removing ~/.juicer and then |
That fixed it, thanks! |
Great! |
Actually, there is another question here: how to deliberately merge and not minify (aka aggregate)? |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
After running the following command (-s because the jsLint settings don't seem to like Coffeescript generated JS), my files get merge but not minified. I get a 'Unable to access jarfile' message. Maybe that has something to do with it? YUI Compressor is installed, as directed by the instructions.
juicer merge -s main.js
Thanks for any help.
The text was updated successfully, but these errors were encountered: