Skip to content

Commit

Permalink
Merge pull request #12 from cityindex/enable_requirejs_urlArgs=@Rev@
Browse files Browse the repository at this point in the history
Fix Kibana new version caching issue
  • Loading branch information
mrdavidlaing committed Jun 13, 2014
2 parents 30f58f5 + 61ceccf commit 30e3e53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/require.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*/
require.config({
baseUrl: 'app',
// urlArgs: 'r=@REV@',
urlArgs: 'r=@REV@',
paths: {
config: '../config',
settings: 'components/settings',
Expand Down

0 comments on commit 30e3e53

Please sign in to comment.