Inwerpsel / use-theme-editor

A React theme editor
GNU General Public License v3.0
4 stars 0 forks source link

Add missing source maps for demos and fix demos with wrong source maps #63

Open Inwerpsel opened 6 months ago

Inwerpsel commented 6 months ago

Whenever the source of the CSS is available at the right version, it should be possible to add the source map to the demo.

Currently missing source maps:

A few demos now also have sourcemaps for an incorrect version, causing line mismatches and files that don't exist. I preserved them because it's often still close to the right lines.

The logic that gets the right path should also be improved so that it can work on any domain (currently, for the bootstrap demo but probably others too, the same base path works on localhost but doesn't on the GH pages demo).