Skip to content

Instantly share code, notes, and snippets.

@aubricus
Last active August 29, 2015 14:04
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 aubricus/c13a1613057170fd2bf3 to your computer and use it in GitHub Desktop.
Save aubricus/c13a1613057170fd2bf3 to your computer and use it in GitHub Desktop.
<body>
<!-- code removed for brevity -->
<!-- require setup, do not delete -->
<script src="{{STATIC_URL}}/js/vendor/require.js"></script>
<script>
require(['{{STATIC_URL}}/js/common.js'], function(){
require(['main']);
});
</script>
<!-- end of: require setup -->
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment