git clone [email protected]:ilyar/sandbox.git
cd sandbox/bem/build
npm install
Sample config src/poject-build-page/.bem/enb-make.js, more info.
enb make -d src/poject-build-page
Sample config src/project-build-by-platform/.bem/enb-make.js.
├── .bem/
│ └── enb-make.js # ENB-config
├── common.blocks/
├── desktop.blocks/
├── phone.blocks/
└── bundle/
├── name
│ ├── name.bemjson.js
│ ├── name.desktop.css
│ ├── name.phone.css
enb make -d src/project-build-by-platform