iamstarkov / gulp-bem-stub

Example BEM project building with gulp-bem
http://matmuchrapna.github.io/gulp-bem-stub/
26 stars 4 forks source link

gulp-bem-stub

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