I'm no js fiend, but I just added momentjs with an @Import on my layout
component.
It loads fine if that means anything.

@Import(stylesheet = "context:layout/layout.css", library =
"context:assets/js/moment.js")


The automatic cross-browser timezone formatting looks helpful if it does
what I think it does.




On Thu, Sep 4, 2014 at 8:08 PM, Robson Pires <orobsonpi...@gmail.com> wrote:

> Hi everyone,
>
> I am trying to use moment.js inside of Tapestry 5.4 environment and I got
> this error:
>
> Uncaught SyntaxError: Invalid regular expression: /^?erven$|^?vn$/: Nothing
> to repeat
>
> To fix it I had to add this:
>
>   configuration.add("mint-moment",
>         new JavaScriptModuleConfiguration(momentJs));
>
> as you can see I just change the name of "momen" to "mint-moment" and its
> works fine.
>
>
> Is there any problem regarding the use of this library in Tapestry?
>
>
> Thanks.
>

Reply via email to