Andrew Abramov

Results 112 comments of Andrew Abramov

Now you can scan levels only fully: ``` js var walk = require('bem-walk'); walk(['blocks']) // scan all entities in specified levels ``` For me partial scan suggests API which uses...

> :+1: :+1: :+1: А у Жеки 3 руки! ))

> @andrewblond If you've made #16 this task will go higher to builder or level-configurator. What's for we need it in walker? Now there is no possibility to scan only...

We can calculate depth of level in core for file or dir and provide this info to schemes (schemes should support `depth` field in [info](https://github.com/bem-sdk/bem-walk/blob/master/lib/walkers/flat.js#L17) option). The depth calculate by...

Какая версия `enb-bem-tmpl-specs`? Необходимо не ниже `0.15.1`. C `enb-bh` должно работать. На пример можно посмотреть тут: https://github.com/bem/bem-core/blob/v2/.enb/tasks/tmpl-specs.js#L46-L58. `enb-bh-i18n` пока не сработает, подумаю, что можно сделать.

Если и уносить, то в отдельный модуль, как плагин к `mocha`. @eGavr, есть ли реальный кейс?

Source map works well with big files. This bug is reproduced with block `icon` only: ``` js module.exports = { block : 'page', title : 'Title of the page', favicon...

I released `v2.3.0`. @adinvadim, сould you try new version?