Re: [T5.4] - stack js not minified

2013-11-11 Thread Howard Lewis Ship
My mistake; I mistook weird end-of-line handling for minification. I'll look into this. On Mon, Nov 11, 2013 at 10:38 AM, Howard Lewis Ship wrote: > Works for me! I turned off JS aggregation and minification in a client app > and it works exactly as expected. > > You probably don't have the tape

Re: [T5.4] - stack js not minified

2013-11-11 Thread Howard Lewis Ship
Works for me! I turned off JS aggregation and minification in a client app and it works exactly as expected. You probably don't have the tapestry-webresources module in your classpath; tapestry-core defines the API, but the implementation is in tapestry-webresources. On Mon, Nov 11, 2013 at 9:08

Re: [T5.4] - stack js not minified

2013-11-11 Thread Howard Lewis Ship
That sounds like an oversight, and I'm a bit surprised! On Sun, Nov 10, 2013 at 6:55 AM, Bård Magnus Kvalheim wrote: > Hi guys. > > Just noised that stack js in not minified in 5.4. > Tried on 5.4.22 and 5.4.24 and seems to be missing on both. > > I'm in production mode and have also set > combi

[T5.4] - stack js not minified

2013-11-10 Thread Bård Magnus Kvalheim
Hi guys. Just noised that stack js in not minified in 5.4. Tried on 5.4.22 and 5.4.24 and seems to be missing on both. I'm in production mode and have also set combine-scripts=true enable-minification=true Modules and asset js + css seem to all minify correctly, so look like a possible oversight