enb / enb-bemxjst

bem-xjst support for ENB
Other
22 stars 19 forks source link

html-from-bemjson works only from enb-xjst #16

Closed varya closed 10 years ago

varya commented 10 years ago
require('enb-bemxjst/techs/html-from-bemjson'),

does not work. To make my project buildable I had to use both enb-xjst and enb-bemxjst like this:

require('enb-bemxjst/techs/bemhtml-old'),                                                                          
require('enb-xjst/techs/html-from-bemjson'),
blond commented 10 years ago

The html-from-bemjson technology has been added in 1.2.0.

Now you can use:

require('enb-bemxjst/techs/bemhtml-old'),                                                                          
require('enb-bemxjst/techs/html-from-bemjson'),