0.0.3 • Published 9 years ago

bem-walk-nested v0.0.3

Weekly downloads
3
License
MPL-2.0
Repository
github
Last release
9 years ago

bb8

extend bem-walk possibilities

Example of usage:

var bemWalk = require('bem-walk');
var bb8 = require('bb8');

bemWalk([
    'libs/islands/common.blocks',
    'libs/islands/desktop.blocks',
    'libs/islands/touch.blocks',
    'libs/islands/touch-pad.blocks',
    'libs/islands/touch-phone.blocks',
    'libs/islands/examples.blocks'
])
.pipe(bb8({
    'examples': '*blocks',
    'tests': '*blocks',
    'tmpl-specs': '*blocks'
}))
.pipe(...)
...