Skip to content

Default :browser-test index.html breaks in subdirectories #1236

@KingMob

Description

@KingMob

The default generated index.html for the browser-test target uses [:script {:src "/js/test.js"}] (note the starting "/"), which fails if it's not at a web root.

A quick fix would be to change it to [:script {:src "js/test.js"}], since the "js" dir is relative.

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