mikeabrahamsen / Flask-Meld

Flask-Meld is a library to provide server rendered templates over websockets for Flask applications to build reactive components without Javascript
https://www.flask-meld.dev/
MIT License
313 stars 15 forks source link

Missing Source Maps #19

Closed kaidamasaki closed 3 years ago

kaidamasaki commented 3 years ago

In the web console I get the following error:

Source map error: Error: request failed with status 404
Resource URL: http://localhost:5000/meld_js_src/socket.io.js
Source Map URL: socket.io.min.js.map

Poking at things it looks like socket.io.js is included inside of meld_js_src but not socket.io.js.map.

mikeabrahamsen commented 3 years ago

closed via f31c1ad877ca7c0625dd8e23f1f6db46f6be5458 Thank you @RusinR