kiln / flourish-sdk

The SDK for developing Flourish templates
Other
80 stars 16 forks source link

Removes sourcemaps URLs from site/ files #74

Open aendra-rininsland opened 2 years ago

aendra-rininsland commented 2 years ago

Fixes #71.

Note: all I did was remove the reference in the site/ files. Whatever build process created those ALSO needs to be fixed, either by not generating sourcemaps or not removing them from static/. The prepare script below:

"prepare": "cd .. && make sdk_clean sdk",

...References a Makefile outside the project repo so I can't fix it there, that's something you'll need to do to your tooling.