Re: Modules not found by Tapestry 5.4.1; serving 'index' instead

2016-07-01 Thread Claude Andrew
Fantastic! Thank you, that's exactly it. On Thu, Jun 30, 2016 at 11:18 PM Chris Poulsen wrote: > change @Import(module = { "mymodule.js",}) to @Import(module = { > "mymodule"}) > > -- > Chris > > On Fri, Jul 1, 2016 at 4:31 AM, Claude Andrew &g

Modules not found by Tapestry 5.4.1; serving 'index' instead

2016-06-30 Thread Claude Andrew
I just upgraded to 5.4.1 from 5.3. I am switching my js libraries to requirejs modules. Following the guide at http://tapestry.apache.org/javascript-modules.html, I placed my module files in 'src/main/resources/META-INF/modules' and included one in a page's java class: @Import(module = { "mymodul

Modules not found by Tapestry 5.4.1; serving 'index' instead

2016-06-30 Thread Claude Andrew
I just upgraded to 5.4.1 from 5.3. I am switching my js libraries to requirejs modules. Following the guide at http://tapestry.apache.org/javascript-modules.html, I placed my module files in 'src/main/resources/META-INF/modules' and included one in a page's java class: @Import(module = { "mymodul

Re: Javascript appears as one long line in client; it's hard to debug.

2014-06-26 Thread Claude Andrew
27;t know what made me think that app.properties was the right place for that but apparently, in this case at least, it was not. On Thu, Jun 26, 2014 at 9:13 PM, Claude Andrew wrote: > When I try to debug javascript in a client, the whole script appears as a > single long line; all the

Javascript appears as one long line in client; it's hard to debug.

2014-06-26 Thread Claude Andrew
When I try to debug javascript in a client, the whole script appears as a single long line; all the whitespace and comments are missing. I'd like to see my javascript in all its bulky, multi-line, commented glory - at least while I'm debugging. It used to be so but of course I can't figure out wh