0.1.2 • Published 10 years ago
grunt-htmlcs v0.1.2
grunt-htmlcs
Grunt task for HTML linter: htmlcs.
Installation
npm install grunt-htmlcsUsage
Add a the Grunt configuration:
htmlcs: {
    all: {
        files: {
            src: ['src/{,**/}*.html']
        }
    }
}Load the task:
grunt.loadNpmTasks('grunt-htmlcs');And run it:
grunt htmlcs:allSee the simple full example.
Configuration
Configuration of the htmlcs rules is done by adding a file .htmlcsrc next to your Gruntfile.
The config file indicates which rules should be run with which options.
See default list to get started.