gulp-bem-stub
October 5, 2014 ยท View on GitHub
This project contains example gulpfile.js to help you start using bem with gulp.
Usage
To start developing project on BEM with preconfigured gulpfile do this in your console:
git clone https://github.com/matmuchrapna/gulp-bem-stub.git project
cd project
npm i
gulp build
It will clone the stub into project directory and build example index page in dist directory.
License
MIT (c) 2014 Vladimir Starkov