Re: tapestry-yuicompressor minimization problem

2013-01-07 Thread Lenny Primak
You don't have to wait. Take a look at the bottom comments for this issue: https://github.com/cezary-biernacki/t5conduit/issues/2 This fixes the problem with what's available now. On Jan 7, 2013, at 12:31 PM, bhorvat wrote: > So I should then wait for the new solution I guess. Thanks for the

Re: tapestry-yuicompressor minimization problem

2013-01-06 Thread Howard Lewis Ship
YUICompressor works poorly in some environments because it includes overrides of parts of Rhino; in some servers, the classloading scheme makes the monkey-patching of Rhino fail in very difficult to diagnose ways. I have higher hopes for WRO4J. In 5.4, I've added special cases for some of the YUIC

Re: tapestry-yuicompressor minimization problem

2013-01-06 Thread Lenny Primak
These warnings is what I get too in my production code. They don't affect anything. I just suppress these on production machines. I run glassfish servers and it works fine. On Jan 6, 2013, at 1:30 PM, bhorvat wrote: > I am running my code locally now and setting the production-mode flag to >

Re: tapestry-yuicompressor minimization problem

2013-01-06 Thread bhorvat
I am running my code locally now and setting the production-mode flag to true. It seems that on jetty this problem is not present (my production code runs on Tomcat 7 on AWS so I think that is there it fails). However I do see some warning AssetsModule.ResourceMinimizer JavaScript compression pro