Skip to content

Instantly share code, notes, and snippets.

@juandopazo
Created August 21, 2011 22:34
Show Gist options
  • Select an option

  • Save juandopazo/1161278 to your computer and use it in GitHub Desktop.

Select an option

Save juandopazo/1161278 to your computer and use it in GitHub Desktop.
Project structure
We could mimic the library itself...
-> project
-> build
-> src
-> module-template
-> js
-> assets
var YUI_Config = {
groups: {
'my-project': {
base: 'path/to/project/folder/build/',
modules: {
'module-template': {
path: 'module-template.js'
}
}
}
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment