Skip to content

Latest commit

 

History

History

build

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Sandbox BEM build

git clone [email protected]:ilyar/sandbox.git
cd sandbox/bem/build
npm install

Build page

Sample config src/poject-build-page/.bem/enb-make.js, more info.

enb make -d src/poject-build-page

Build by platform

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