Skip to content

Instantly share code, notes, and snippets.

@mrkurt
Created April 19, 2009 02:04
Show Gist options
  • Save mrkurt/97868 to your computer and use it in GitHub Desktop.
Save mrkurt/97868 to your computer and use it in GitHub Desktop.
Mixer.append_raw_from_array(0);
// Including: includes.js
Mixer.append_raw_from_array(4);
Mixer('header.html');
Mixer.append_raw_from_array(8);
Mixer('nav.html', {
timeout: 200, //in ms
errors : {generic: 'Failed', not_found: 'Content not found', timeout: 'Content timed out'}
});
Mixer.append_raw_from_array(12);
Mixer('footer.html');
Mixer.append_raw_from_array(16);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment