-
Тест в котором реализована асинхронная шаблонизация https://github.com/delfrrr/bh/commit/4e19ef8b183029c53657e9c84045145e0e988b87
После разговора с mdevils@ добавил applyBaseAsync и возможность измен…
-
Клонируем [project-stub](https://github.com/bem/project-stub); ставим `bem@0.7.x`; меняем в `bemjson.js`:
```
› git di desktop.bundles/
diff --git a/desktop.bundles/index/index.bemjson.js b/desktop…
narqo updated
10 years ago
-
I suppose it is possible to use BEMHTML dynamically, without using "bem make" or "bem server". There are a lot of BEMup talks on how to use BEMHTML dynamically with two factor view rendering and so on…
-
ilyar updated
10 years ago
-
\cc @dfilatov
Из-за того, что технология `bemhtml+browser.js+test.js` использует `bemjson` в качестве декларации, декларация модификатора БЭМ-сущности (блока или элемента) всегда будет включать саму…
narqo updated
11 years ago
-
I worked with BH templates. Trying to create a new template, I made a file `libs/bouwdoos/desktop.blocks/jquery/__core/jquery__core.js`, named it `js` instead of `bh.js` by mistake.
Then, reloaded a p…
varya updated
11 years ago
-
См. b2bf835c52543089ea5aa326815892c6fed19a3d
Из bemjson нельзя получить deps.js прямым преобразованием. Нужно сначало получать bemdecl.js, потом deps.js.
``` javascript
// bemjson.js
{ block: 'jquer…
narqo updated
11 years ago
-
This `mix` https://github.com/toivonen/toivonen.github.com/blob/feature/18_bouwdoos/s/desktop.blocks/header/header.bh.js#L9 and all the others do not work in the template.
The same block in bemhtml i…
varya updated
11 years ago
-
Например `b-link_pseudo.bemhtml` из `bem-bl`.
Как воспроизвести:
``` javascript
// .bem/enb-make.js
module.exports = function(config) {
config.node('bundles/index', function(nodeConfig) {
…
-
Хочется полностью исключить bemhtml из проекта, но просто взять и прописать в enb nobemhtml врядли получится, получается надо полностью переопределять b-page? так как шаблон для него написан на bemhtm…