I need to know how to force the openedx lms/cms to clear static files cache. When I browse the lms for example, I got the static files like that
/static/css/lms-style-vendor.XXXXXXX.css
I need to get the original source of this file not the cached one with XXXXXXX token. Or even generate a new one.
Also when I run django server, it take a while to load the modification in HTML templates.