Skip to content

Instantly share code, notes, and snippets.

@kpdecker
Created May 4, 2013 21:30
Show Gist options
  • Save kpdecker/5518802 to your computer and use it in GitHub Desktop.
Save kpdecker/5518802 to your computer and use it in GitHub Desktop.
Lumbar mixin terminology update
{
"name": "something-unique",
"mixins": {
"base": {
"scripts": [
"global.js",
"base.js"
]
},
"other-shit": {
"scripts": []
}
},
"global-setting": "value"
}
{
"modules": {
"home": {
"mixins": ["base"]
}
},
"libraries": [
"libraries/library.json"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment