Hi all, I'm experiencing some problems using JS libraries with WebJars and the integrated Jetty server.
When I call them from an HTML page using the standard path:
<script src="webjars/jquery/2.1.1/jquery.js"></script>
I got some error 500 and some 404. This is very annoying because I need to refresh and sometimes it's even not enough a single refresh.
Using the same Jetty version started outside the GWT SDM Shell all works fine, so I think it's a problem in the integration between SDM shell and Jetty embedded.
Have you experienced the same ? Any idea how to bypass the problem ?
Thank you.