enb-bemxjst icon indicating copy to clipboard operation
enb-bemxjst copied to clipboard

bem-xjst support for ENB

Results 15 enb-bemxjst issues
Sort by recently updated
recently updated
newest added

Возможность подключить ![внешние библиотеки](https://github.com/enb/enb-bemxjst#%D0%9E%D1%81%D0%BE%D0%B1%D0%B5%D0%BD%D0%BD%D0%BE%D1%81%D1%82%D0%B8-%D1%80%D0%B0%D0%B1%D0%BE%D1%82%D1%8B-%D0%BF%D0%B0%D0%BA%D0%B5%D1%82%D0%B0) сломалась с версии 8.8.7 - они просто перестают появлятся в собранном файле. В 8.6.7 всё работает нормально. Есть подозрение что сломалость где-то здесь: https://github.com/enb/enb-bemxjst/pull/281/files#diff-0956090c9c167bb5c5b00ba87c20b1c4L149

Let’s get started with automated dependency management for enb-bemxjst :muscle: ⚠️ Greenkeeper has found a `package-lock.json` file in this repository. Please use [greenkeeper-lockfile](https://github.com/greenkeeperio/greenkeeper-lockfile) to make sure this gets updated as...

greenkeeper

**enb-xjst v.7.3.2** ```bash npm i route-parser ``` ```js // make.js requires: { 'route-parser': { commonJS: 'route-parser' } } ``` Causes error, because `index.bemhtml.js` has following lines (no quotes around `route-parser`):...

bug
help wanted
ready

Currently, `bemtree` engine escape all `HTML` content by default. But `bemtree` produces `bemjson` not `HTML` and he doesn't need to escape for.

bug

All for 4.x, 6.x, 7.x branches and NPM packages enb-bemxjst-4x, enb-bemxjst-6x, enb-bemxjst-7x... What it should do: - append `-Nx` to the name in `package.json` where `N` is the current major...

Во всех наших проектах мы вставляем SVG в шаблоны. SVG бывает очень развесистым и переводить его в «строку» руками не очень удобно и быстро. Мы попробовали вставлять SVG через `/*borschik:include:…..*/`,...

backlog
prio:normal

Some projects using YM with global BEMHTML. Need to export in both ways. Like that: https://github.com/enb/enb-bem-i18n/blob/master/techs/i18n.js#L17-L18 cc @artra @mishaberezin

in progress

When I use module names like: ``` js requires: { 'module-name': { ... } } ``` In final bundle in object which describes requirements I have: ``` js { module-name:...

bug