Skip to content

Change path of static file #143

@enzofrnt

Description

@enzofrnt

Related to #141 with the change that have been asked for.

Change path of static file to something more logic :
Before :

─ static/django_eventstream
    ├── ReconnectingEventSource.min.js.map
    ├── browsable-api-eventstream.css
    ├── browsable-api-eventstream.js
    ├── eventsource.min.js
    ├── json2.js
    └── reconnecting-eventsource.js

After :

─ static/django_eventstream
    ├ css
    | └── browsable-api-eventstream.css
    ├ html
    └ js
      ├── ReconnectingEventSource.min.js.map
      ├── browsable-api-eventstream.js
      ├── eventsource.min.js
      ├── json2.js
      └── reconnecting-eventsource.js

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