alex

Results 3 issues of alex

имя ноды остается без изменений https://github.com/enb-make/enb/blob/master/lib/make.js#L423 config.node('desktop.bundles**/**index') -> desktop.bundles**/**index "фикс" имени собираемого таргета https://github.com/enb-make/enb/blob/master/lib/make.js#L564 enb make desktop.bundles**/**index -> desktop.bundles**\**index В результате targetName.indexOf(nodeName) === -1 -> No targets found https://github.com/enb-make/enb/blob/master/lib/make.js#L394 Т.е....

prio:low
backlog

objects.extend({ a : { b : 1 } }, { a : { c : 2 } }) === { a : { b : 1, c : 2 }...

v4
ready
JS
v3

Столкнулся при разработке плагина к хрому с ошибкой noConflict of undefined https://github.com/bem/bem-core/blob/v2/common.blocks/jquery/jquery.js#L18 Причина - протокол страницы равен "chrome-extension:"(страница настроек плагина), обработка таких случаев здесь https://github.com/bem/bem-core/pull/111/files

bug
v4
v3