Skip to content

Instantly share code, notes, and snippets.

@bartek
Created May 4, 2013 16:01
Show Gist options
  • Select an option

  • Save bartek/5517914 to your computer and use it in GitHub Desktop.

Select an option

Save bartek/5517914 to your computer and use it in GitHub Desktop.
#index.html
<!-- Start javascript/main.js -->
<script src='./javascript/public/lodash.js'></script>
<script src="./javascript/public/yabble.js"></script>
<script src="./javascript/public/gamejs.min.js"></script>
<script>
require.setModuleRoot('./javascript/');
require.run('main')
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment