Skip to content

Instantly share code, notes, and snippets.

@AkshayRana92
Created July 8, 2017 17:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AkshayRana92/e932fa1c2d381081473879e3f8367d4e to your computer and use it in GitHub Desktop.
Save AkshayRana92/e932fa1c2d381081473879e3f8367d4e to your computer and use it in GitHub Desktop.
<script id="bundle"></script>
<script type="text/javascript">
var randomString = Math.random();
document.getElementById("bundle").src = "app/bundle.min.js?v="+ randomString.toString();
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment