Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 517 Bytes

README.md

File metadata and controls

28 lines (22 loc) · 517 Bytes

Warning. This is my first plugin for Gulp. May be bugs 🐜.

Validate html files with html-validate

npm i -D https://github.com/alte0/gulp-html-validate

Use plugin:

var validate = require('gulp-html-validate');

gulp.src(path)
.pipe(validate())
.pipe(gulp.dest(path))

Configuration

Create .htmlvalidate.json:

{
  "extends": [
    "html-validate:recommended"
  ]
}

####Look more - gitlab html-validate