struts-community-plugins / struts2-jquery

Struts2 jQuery Plugin
Apache License 2.0
83 stars 49 forks source link

DevTools failed to load source map: Could not load content for ... jquery.ui.struts2.min.js.map #340

Closed lalumastan closed 10 months ago

lalumastan commented 1 year ago

I did a nightly build locally for 5.0.3.SNAPSHOT. Library seems to be working as expected so far. However, I noticed the following warnings on browser's JS console log and wondering what I have missed during the maven build steps (i.e. clean package):

DevTools failed to load source map: Could not load content for .../jquery.ui.struts2.min.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE

lukaszlenart commented 10 months ago

Could you post the full path? Maybe it is related to static path change from /struts to /static

lalumastan commented 10 months ago

Could you post the full path? Maybe it is related to static path change from /struts to /static

This error was based on the 5.0.3.SNAPSHOT I had to build back in March. I just cloned a fresh version 5.0.4.SNAPSHOT and I did not notice that error/warning yet. I appreciate you checking this.