floatdrop / gulp-bem

BEM toolset for gulp
26 stars 2 forks source link

Implement bem.tree as immutable method #1

Closed floatdrop closed 10 years ago

floatdrop commented 10 years ago

bem.tree should be immutable.

deps-graph API says, that constructor can accept parent graph - so bem.tree should pass current builded graph (if it exists) to constructor on each pipe call.