Skip to content

Instantly share code, notes, and snippets.

@alanhoff
Created January 21, 2015 16:12
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 alanhoff/b7ba2a977904367ac483 to your computer and use it in GitHub Desktop.
Save alanhoff/b7ba2a977904367ac483 to your computer and use it in GitHub Desktop.
<script type="text/javascript">
var script = document.createElement('script');
script.type = 'text/javascript';
script.src = bundle; // pegar esse bundle no cookie
script.async = true;
var body = document.getElementsByTagName('body')[0];
body.appendChild(script);
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment