Created
December 13, 2012 11:37
-
-
Save bengourley/4275879 to your computer and use it in GitHub Desktop.
Outline of which scripts to load.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- | |
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