bem / bem-express

BEM project-stub with BEMTREE and express
44 stars 20 forks source link

enb-bemxjst@6.4.0 untested ⚠️ #18

Closed greenkeeperio-bot closed 8 years ago

greenkeeperio-bot commented 8 years ago

Hello :wave:

:warning::warning::warning:

enb-bemxjst just published its new version 6.4.0, which is covered by your current version range. No automated tests are configured for this project.

This means it’s now unclear whether your software still works. Manually check if that’s still the case and close this pull request – if it broke, use this branch to work on adaptions and fixes.

Do you think getting a pull request for every single new version of your dependencies is too noisy? Configure continuous integration and you will only receive them when tests fail. 

Happy fixing and merging :palm_tree:


GitHub Release

bem-xjst

Модуль bem-xjst@6.3.1 обновлен до версии 6.4.0.

Для BEMHTML-компилятора была добавлена опция escapeContent, в ENB-технологию её можно передать с помощью опции engineOptions:

var BemhtmlTech = require('enb-bemxjst/techs/bemhtml');

module.exports = function(config) {
    config.node('bundle', function(node) {
         node.addTech(BemhtmlTech, {
             engineOptions: { escapeContent: true }
         });
         node.addTarget('?.bemhtml.js');
    });
};

О всех изменениях bem-xjst читайте в примечании к релизу.

Исправления ошибок


The new version differs by 52 commits .

There are 52 commits in total. See the full diff.


This pull request was created by greenkeeper.io. It keeps your software up to date, all the time.

Tired of seeing this sponsor message? Upgrade to the supporter plan! You'll also get your pull requests faster :zap: