Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change path of static file #143

Open
enzofrnt opened this issue Apr 12, 2024 · 0 comments
Open

Change path of static file #143

enzofrnt opened this issue Apr 12, 2024 · 0 comments

Comments

@enzofrnt
Copy link
Contributor

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
enzofrnt added a commit to enzofrnt/django-eventstream that referenced this issue Apr 12, 2024
Made a newer issue about the recommendation -> fanout#143
enzofrnt added a commit to enzofrnt/django-eventstream that referenced this issue May 17, 2024
Made a newer issue about the recommendation -> fanout#143
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant