Skip to content

Instantly share code, notes, and snippets.

@davglass
Created March 30, 2012 15:22
Show Gist options
  • Select an option

  • Save davglass/2252248 to your computer and use it in GitHub Desktop.

Select an option

Save davglass/2252248 to your computer and use it in GitHub Desktop.
Async Modules in YUI 3.5.0
modules: {
'a': {
async: false,
fullpath: 'a.js'
},
'b': {
async: false,
fullpath: 'b.js',
requires: ['a']
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment