devdaydresden / devday_website

The website code for https://www.devday.de/
BSD 3-Clause "New" or "Revised" License
8 stars 9 forks source link

Fix map files for frontend resources #300

Open jandd opened 2 years ago

jandd commented 2 years ago

Only issue is: when I ran this locally and checked the start page, everything looked fine. But when I further inspected the developer console I got the following error:

Failed to load resource: the server responded with a status of 404 (Not Found) http://0.0.0.0:8000/static/js/bootstrap.js.map

This won't break functionality, but might be a regression.

_Originally posted by @jenslauterbach in https://github.com/devdaydresden/devday_website/pull/295#pullrequestreview-1155273655_