Re: Javascript module isn't generating css asset url

2022-04-15 Thread Ben Weidig
Hi George, I can't help with a "good" solution, only what we did to get the Monaco Editor running which loads css/js by itself. IIRC the underlying problem is that JS using require() builds the "wrong" URL for the requested asset/tapestry on the client-side. Tapestry expects modules to be in META

Javascript module isn't generating css asset url

2022-04-14 Thread George Christman
Hi, I upgraded to Tapestry 5.8.1 and I moved all my js, css and modules to the webapp directory. I have a ckeditor module that is trying to load some ckeditor css and image files. In older versions of tapestry I resolved this with ClasspathAssetAliasManager, but that seems to be deprecated and no l