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
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
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
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
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