documentationhelp wanted
Repository metrics
- Stars
- (224 stars)
- PR merge metrics
- (PR metrics pending)
Description
Ref: https://nav.readthedocs.io/en/latest/hacking/javascript.html#avoiding-caching
Creating python/nav/web/static/js/require_config.dev.js and adding require.urlArgs = "bust=" + (new Date()).getTime(); should not be necessary as long as Django debug is activated and caching is disabled for NAV in the browser.
I haven't had any problems with caching when developing. Comment here if you rely on adding require.urlArgs = "bust=" + (new Date()).getTime();.