This project contains example gulpfile.js to help you start using bem with gulp.
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.
MIT (c) 2014 Vladimir Starkov