-
Right now we have some external libs in `bem-core`, e.g. `vow`.
I think we could use `bower` to get them into `libs` folder and then `borschik` or simple symlinks to put them into `blocks`.
// сс @v…
-
It would be nice to have some instruction.
Thanks.
mrded updated
9 years ago
-
В разделе «Заморозка» статических ресурсов (freeze) -> Зачем нужна «заморозка» статики
Опечатка в слове – оМптимизации:
Стандартные способы омптимизации загрузки статики выглядят так:
-
veged updated
9 years ago
-
По инструкции вытянул код, но на следующем шаге появляется ошибка `Error! Bundle node.js file is not exist yet`
```
vagrant@vagrant-ubuntu-trusty-32:/vagrant/bem-site-engine$ npm run make
> bem-site…
-
There is no error handling for css technology. This leads to idiotic error
```
15:09:11.528 - [failed] [desktop.bundles/product-articles/_product-articles.css] borschik
15:09:11.528 - build failed
un…
-
Hello I am trying to start a BEM project and project-stub for the first time. I followed all of the directions did an npm install, a bower install, and then it gave me an error about not being able t…
-
Сделал по инструкции
```
git clone https://github.com/bem/project-stub.git -b bem-core my-bem-project
cd my-bem-project
npm install
```
и сразу же получил ошибку
```
400 getting enb-borchick-1.1.1 …
-
в новой версии `stylus` появилась возможность не брать в кавычки пути в конструкции `background*: url()`.
при этом, если раньше путь строго передавался в кавычках и возвращался в функцию-обработчик (h…
-
may be like this
``` js
require('borschik')
.api({
'inputString': '......',
'outputPath': 'builded_files/' // to deal with relative urls
}).
.then(function( resultString )…