Skip to content

Instantly share code, notes, and snippets.

@bengourley
Created December 13, 2012 11:37
Show Gist options
  • Save bengourley/4275879 to your computer and use it in GitHub Desktop.
Save bengourley/4275879 to your computer and use it in GitHub Desktop.
Outline of which scripts to load.
<!--
The global bundle is
required on all pages
-->
<script src="global-bundle.min.js"></script>
<!--
Include specific page-related
bundles here:
e.g if this is the homepage…
<script src="landing-bundle.min.js"></script>
…or if it is an article page…
<script src="article-bundle.min.js"></script>
…etc.
-->
<!--
global.min.js is required on all
pages to run the modules that
have been loaded
-->
<script src="global.min.js"></script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment