Skip to content

js script generated is malformed #1

@setop

Description

@setop

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions