mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Tech: added cache busting for requirejs fetches, will only affect config.js for optimized builds, should solve user issues where browsers cache config.js which causes initial confusing setup/config issues.
This commit is contained in:
parent
e3942b3438
commit
3cd33b6ffc
@ -3,6 +3,7 @@
|
||||
*/
|
||||
require.config({
|
||||
baseUrl: 'app',
|
||||
urlArgs: 'bust=' + (new Date().getTime()),
|
||||
|
||||
paths: {
|
||||
config: ['../config', '../config.sample'],
|
||||
|
Loading…
Reference in New Issue
Block a user