Skip to content

Commit

Permalink
make ?cacheBust QP a flag, phetsims/chipper#767
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Jul 12, 2019
1 parent 90a0e7a commit c6b636b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/simula-rasa-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ require.config( {
TANDEM: '../../tandem/js'
},

// optional cache bust to make browser refresh load all included scripts, can be disabled with ?cacheBust=false
// optional cache bust to make browser refresh load all included scripts, can be enabled with ?cacheBust
urlArgs: phet.chipper.getCacheBustArgs()
} );

0 comments on commit c6b636b

Please sign in to comment.