1.0.3 • Published 3 years ago

gulp-html2bemjson v1.0.3

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

gulp-html2bemjson

Compile html to bemjson with gulp and html2bemjson plugin.

Usage

Install

$ npm install gulp-html2bemjson --save-dev 

Examples

import gulp from 'gulp';
import html2bemjson from 'gulp-html2bemjson';

export default () => {
  return gulp.src('src/pages/index/index.html')
    .pipe(html2bemjson())
    .pipe(gulp.dest('src/pages'))
};

Compile results example

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago