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.
using v0.3.0 published on hexdocs.pm, the file
incendium.jsis malformed and not executable by the web browsera newline is missing, it should be :
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.