Re: Minify JS / CSS in production

2014-11-14 Thread George Christman
Thanks guys, I ended up finding it and was able to update it. All fixed. On Fri, Nov 14, 2014 at 11:17 AM, Kalle Korhonen wrote: > Update the version of the offending library, but perhaps not that easy. > Googling the exception gives you these potential matches: > > http://stackoverflow.com/ques

Re: Minify JS / CSS in production

2014-11-14 Thread Kalle Korhonen
Update the version of the offending library, but perhaps not that easy. Googling the exception gives you these potential matches: http://stackoverflow.com/questions/25808115/google-contacts-java-lang-nosuchmethoderror-com-google-common-collect-immutab http://stackoverflow.com/questions/16475015/nos

Re: Minify JS / CSS in production

2014-11-14 Thread Thiago H de Paula Figueiredo
On Fri, 14 Nov 2014 11:26:54 -0200, George Christman wrote: So I tried this out last night and ended up with this beautiful exception. Any ideas? HTTP Status 500 - java.lang.NoSuchMethodError: com.google.common.collect.ImmutableSet.of(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;L

Re: Minify JS / CSS in production

2014-11-14 Thread George Christman
So I tried this out last night and ended up with this beautiful exception. Any ideas? HTTP Status 500 - java.lang.NoSuchMethodError: com.google.common.collect.ImmutableSet.of(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;[Ljava/lang/Obj

Re: Minify JS / CSS in production

2014-11-13 Thread Thiago H de Paula Figueiredo
On Thu, 13 Nov 2014 17:28:10 -0200, Kalle Korhonen wrote: It's tapestry-webresources ( http://repo1.maven.org/maven2/org/apache/tapestry/tapestry-webresources/). Ouch, I copied that from http://tapestry.apache.org/assets.html. Gotta fix that. Good catch, Kalle! -- Thiago H. de Paula Fig

Re: Minify JS / CSS in production

2014-11-13 Thread Kalle Korhonen
It's tapestry-webresources ( http://repo1.maven.org/maven2/org/apache/tapestry/tapestry-webresources/). Kalle On Thu, Nov 13, 2014 at 10:42 AM, George Christman wrote: > Thanks Thiago. > > On Thu, Nov 13, 2014 at 1:37 PM, Thiago H de Paula Figueiredo < > thiag...@gmail.com> wrote: > > > On Thu,

Re: Minify JS / CSS in production

2014-11-13 Thread George Christman
Thanks Thiago. On Thu, Nov 13, 2014 at 1:37 PM, Thiago H de Paula Figueiredo < thiag...@gmail.com> wrote: > On Thu, 13 Nov 2014 16:28:01 -0200, George Christman < > gchrist...@cardaddy.com> wrote: > > How do I minify tapestry's JS and CSS? Google is complaining saying that >> 62.3kib 50% could b

Re: Minify JS / CSS in production

2014-11-13 Thread Thiago H de Paula Figueiredo
On Thu, 13 Nov 2014 16:28:01 -0200, George Christman wrote: How do I minify tapestry's JS and CSS? Google is complaining saying that 62.3kib 50% could be saved with the core js alone. It also says something about optimizing css delivery and points to all the tapestry's css. Check the Minimi