bem-archive / bem-tools

Toolkit to work with files based on BEM methodology
http://bem.info/tools/bem/
MIT License
395 stars 72 forks source link

bemdecl.js: Traverse through all fields, not only `mix` and `content` #423

Closed dfilatov closed 11 years ago

dfilatov commented 11 years ago

We need to exclude only particular fields such as block, elem, mods, tag, attrs, cls, js and etc. All other custom fields may contains sub-trees of BEMJSON and should be included to final declaration.

dfilatov commented 11 years ago

ping