-
Notifications
You must be signed in to change notification settings - Fork 1
js script generated is malformed #1
Copy link
Copy link
Open
Description
using v0.3.0 published on hexdocs.pm, the file incendium.js is malformed and not executable by the web browser
//# sourceMappingURL=bootstrap.min.js.mapfunction incendiumSearch(id) {
a newline is missing, it should be :
//# sourceMappingURL=bootstrap.min.js.map
function incendiumSearch(id) {
It probably comes from here, when files are concatenated. If "d3_flamegraph_js" has no newline at the end, since "extra.js" has no new line at the beginning, then these two lines are accidentally merged.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels