Created
December 12, 2012 04:15
-
-
Save whytheplatypus/4264803 to your computer and use it in GitHub Desktop.
setup requirejs before it's script tag.. allows for a busted main.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script> | |
var require = { | |
waitSeconds: 15, | |
urlArgs : "bust=" + (new Date()).getTime(), | |
deps : ['main'] | |
}; | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment