Thanks Geoff. I hope you are doing well. Some crazy times.
David
On 4/15/2020 12:04 AM, JumpStart wrote:
Very good question. I’ll see if I can get it up again shortly.
Geoff
On 15 Apr 2020, at 12:02 pm, David Taylor wrote:
Hi!
Search Results
Web results
I noticed Geoff's Tapestry J
Very good question. I’ll see if I can get it up again shortly.
Geoff
> On 15 Apr 2020, at 12:02 pm, David Taylor
> wrote:
>
> Hi!
>
>
> Search Results
>
>
> Web results
>
> I noticed Geoff's Tapestry Jumpstart site has been down for the last few
> days. DNS is still resolving, but the
Hi!
Search Results
Web results
I noticed Geoff's Tapestry Jumpstart site has been down for the last few
days. DNS is still resolving, but the server responds with a connection
timeout. Does anyone know what happened to the site?
Thanks,
David
Thank you so much for your response. I will try tonight and give us some
feedback. I checked that the mixin for autocomplete is failing in
production mode for the same reason. It could be a problem if we import
libraries with no "use strict" restrictions.
Best regards
Carlos Montero
El mar., 14
Hi Carlos,
Tapestry in the production mode minifies all JavaScript. It seems that
minification in T5.5 adds "'use strict';" pragma to minified files. "'use
strict';" instructs the browser to fail if anything is wrong with your
code, instead of trying quietly to fix problems. In your code "init =
*f