-
1. В ближайшее время в bem-xjst 4 появится поддержка BEMTREE, но пока синхронная (см. https://github.com/bem/bem-xjst/pull/132)
2. У нас есть дока https://ru.bem.info/technology/bemtree/v2/bemtree/ но…
-
Запустил по инструкции.
`events.js:154
throw er; // Unhandled 'error' event
^
Error: ENOENT: no such file or directory, open '/-project-name/bundles/index/freezing/_index.css'
at Err…
-
We need to describe BEMTREE #594 changes in documentation (PR #644).
It breaks backward compatibility, so we absolutely need to add this changes into `CHANGELOG.md`.
-
-
Данные:
Сервер: Ubuntu node v4.4.3 on 14.04 (digitalocean.com)
CMS: netcat
Было:
Два домена, на одном (php) cms выдаёт json, на другом (express js) json->bemjson->html. Проблема возникла, когда необ…
-
`get(route, routeParameters, callback)`
`apiRequester.get(route, routeParameters)`
`apiRequester.post(route, routeParameters, body)`
When user does `apiRequester.post(route, body, callback)` he gets …
-
Как это можно сделать?
-
Error: Seems like you have no base templates from i-bem.bemhtml
Подскажите куда копать?
-
node.js and [most browsers](http://caniuse.com/#feat=promises) already have native support for promises.
-
``` js
it('should support this.reapply()', function() {
test(function() {
block('b1').content()(function() {
this.wtf = 'fail';
return this.reapply({ block: 'b2' });
…