bem / bem-core

BEM Core Library
https://ru.bem.info/technologies/classic/i-bem/
Other
275 stars 94 forks source link

Use API v2 for `.bem/levels/*.js` #1216

Closed veged closed 9 years ago

veged commented 9 years ago

Get rid of Tech module "bundles" at <SKIPED>/bem-core/.bem/levels/bundles.js is using API V1. and Tech module "blocks" at <SKIPED>/bem-core/.bem/levels/blocks.js is using API V1.

tadatuta commented 9 years ago

@veged Please provide the way to reproduce.

I tested following commands in the root of bem-core folder:

bem create -b blah
bem create -b b1 -l blah.blocks -T browser.js
bem create -b page1 -l blah.bundles -T bemjson.js

and got no warns.

veged commented 9 years ago

can't catch more isolated but, you can try check out https://github.com/shriming/chat/tree/issues/18 (note branch issues/18) and do cd frontend && bem create -b bla -T blocks

tadatuta commented 9 years ago

This is not an issue of bem-core, please refer to https://github.com/shriming/chat/issues/43 for fix.