Skip to content

Instantly share code, notes, and snippets.

@a-x-
Created October 2, 2016 16:02
Show Gist options
  • Select an option

  • Save a-x-/0f0bf85639374411b8db404f22976d23 to your computer and use it in GitHub Desktop.

Select an option

Save a-x-/0f0bf85639374411b8db404f22976d23 to your computer and use it in GitHub Desktop.
{
"root": true,
"levels": {
"common.blocks": {
scheme: "nested",
default: true
},
"desktop.blocks": {
scheme: "nested"
},
"touch.blocks": {
scheme: "nested"
},
"touch-phone.blocks": {
scheme: "nested"
},
"touch-pad.blocks": {
scheme: "nested"
}
},
"libs": {
"libName": {
"path": "path/to/lib"
}
},
"sets": {
"setName": ["level1", "level2"]
},
"modules": {
"bem-tools": {
"plugins": {
"create": {
"techs": [
"css", "js", "bemhtml.js", "deps.js"
],
"levels": {
"common.blocks": {
scheme: "nested",
default: true
},
"desktop.blocks": {
scheme: "nested"
},
"touch.blocks": {
scheme: "nested"
},
"touch-phone.blocks": {
scheme: "nested"
},
"touch-pad.blocks": {
scheme: "nested"
}
}
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment