1.0.1 • Published 6 years ago

gulp-bemblocks v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
6 years ago

gulp-bemblocks

Pug plugin for defining page blocks in Gulp

Install

npm install gulp-bemblocks --save-dev

Setup

var gulp = require('gulp');
var pug = require('gulp-pug');
var bemblocks = require('gulp-bemblocks');

gulp.task('pages', function () {
    return gulp.src('app/**/*.pug')
        .pipe(bemblocks.lex('type'))
        .pipe(gulp.dest('dist'));
});

License

ISC License

Author

Legostaev Vadim (legostaev.vadim@mail.ru)