Skip to content

Instantly share code, notes, and snippets.

@DeadWisdom
Created July 16, 2012 01:25
Show Gist options
  • Save DeadWisdom/3119653 to your computer and use it in GitHub Desktop.
Save DeadWisdom/3119653 to your computer and use it in GitHub Desktop.
--- Layout ---
bundles/
bundle_lib.js
base/
compiled_javascript.js
compiled_css.css
iphone/
compiled_javascript.js
compiled_css.css
--- index.html ---
<head>
...
{{ bundle('base') }}
{{ bundle('iphone') }}
...
</head>
bundle('base') -> installs: bundle_lib.js, base/compiled_javascript.js, base/compiled_css.css
bundle('iphone') -> installs: iphone/compiled_javascript.js, iphone/compiled_css.css
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment