enb / enb-bem-specs

BEM specs for ENB

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

When assembling BEMHTML are not considered dependencies by technologies

blond opened this issue · comments

The block block-name must be added to the template engines for specs, but this is not happening.

[{
    tech : 'spec.js',
    mustDeps : [
        { tech : 'bemhtml', block : 'block-name' }
    ]
}]