bem/bem-tools
-
a0dc189b43cd44ae3eb95797008e086d701682eb
a0dc189b43cd44ae3eb95797008e086d701682eb
// используем outputLevel
var level = B.createLevel('path/to/level'),
block = 'page';
Q.when(
BEM.build({
outputLevel: level,
block: block
}),
function() {
console.log('Finished build of techs %s for levels %s. Result in %s.* files.',
techs.join(', '), levels.join(', '), level.getRelByObj({ block: block }));
}
);
```
History
Premium plan.
Translation History shows you the different versions of the translations that were saved. It also lets you revert to an older version of a translation.
Translation History isn’t available on your plan.
Upgrade to the Translation History shows you the different versions of the translations that were saved. It also lets you revert to an older version of a translation.
© 2009-2024 WebTranslateIt Software S.L. All rights reserved.
Terms of Service
·
Privacy Policy
·
Security Policy