Skip to content

Commit

Permalink
Merge pull request #688 from /issues/687@v2
Browse files Browse the repository at this point in the history
Fix ENB BH options. Closes #687
  • Loading branch information
Andrew Abramov committed Jun 20, 2014
2 parents 1ca7437 + b020ddd commit becd8b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .enb/make.js
Expand Up @@ -274,7 +274,7 @@ module.exports = function(config) {
// Template techs
nodeConfig.addTechs([
[bemhtml],
[bh]
[bh, { jsAttrName : 'data-bem', jsAttrScheme : 'json' }]
]);

// Build htmls
Expand Down

0 comments on commit becd8b5

Please sign in to comment.