andreweick / aedc2

My Family Web site(s)
0 stars 0 forks source link

java not installed #19

Closed andreweick closed 10 years ago

andreweick commented 10 years ago

When I have

activate :minify_javascript, compressor: Closure::Compiler.new

in my config file, it seems to want to install java. Is there a way to run the gem and get the functionality w/o installing java?

joshuaogle commented 10 years ago

I think Closure is always going to require Java, but there are other compilers. Closure is what Google uses to grade against so that guaranteed it would pass, but let's try it with Middleman's default Uglifier.

andreweick commented 10 years ago

No problem -- I'll install java (I wasn't thinking clearly -- I thought java was a run time dependency, but since it is static, it is only build time dependency.