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

How to clear cache after rebuild webpack #68

Closed
vinhlh opened this issue Jul 31, 2016 · 3 comments
Closed

How to clear cache after rebuild webpack #68

vinhlh opened this issue Jul 31, 2016 · 3 comments

Comments

@vinhlh
Copy link

vinhlh commented Jul 31, 2016

How to clear cache after rebuild webpack

@owais
Copy link
Collaborator

owais commented Jul 31, 2016

Do you mean this cache: https://github.com/owais/django-webpack-loader/#cache

At the moment, it can not be invalidated. You'll have to restart the python process to clear it and reload the file or you can turn it off if that doesn't work for you.

@vinhlh
Copy link
Author

vinhlh commented Aug 2, 2016

but, we can add a command to Django to remove the cache key, right?
@owais

@owais
Copy link
Collaborator

owais commented Aug 2, 2016

There is no cache key. There is no actual "caching" going on. We just read the file once and keep it in memory forever.

@owais owais closed this as completed Aug 7, 2016
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