Skip to content

Fix antipattern with static folder name #43

Closed
@Archmonger

Description

@Archmonger

Old Behavior

Currently, we output our JS to static/js/django-idom-client.js, but there is a standardized pattern for pip installable Django apps to store their static files within a folder named after the package.

New Behavior

Output JS to static/django-idom/client.js

Implementation Details

See above.

Code of Conduct

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions