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

STATIC_URL = '/static_dev/' is not respected #326

Closed
sowinski opened this issue Jul 29, 2022 · 1 comment
Closed

STATIC_URL = '/static_dev/' is not respected #326

sowinski opened this issue Jul 29, 2022 · 1 comment

Comments

@sowinski
Copy link

Hi,

in my development machine I have set
STATIC_URL = '/static_dev/'

But django-webpack is not respecting this change, why?

In my template the generate dir is pointing to .../static/... instead to .../static_dev/....
I use django-webpackloader Version 0.7

Any idea?

@fjsj
Copy link
Member

fjsj commented Aug 3, 2022

@sowinski sorry you're having issues, but please use the latest version and check the README. Check if your webpack.config.js uses a publicPath that's equal to your STATIC_URL. We don't support 0.7 anymore, so I'm closing this for now.

@fjsj fjsj closed this as completed Aug 3, 2022
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

2 participants