1.0.3 • Published 2 years ago

gulp-html2bemjson v1.0.3

Weekly downloads
-
License
ISC
Repository
github
Last release
2 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

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago