embrace-gulp-less-reporter

0.1.1 • Public • Published

Embrace gulp less hint custom reporter

reporter for Gulp-lesshint

Install

$ npm install --save-dev embrace-gulp-less-reporter

Usage

gulp-jshint

gulp.task('default', function () {
	gulp.src(['file.js'])
		.pipe(lesshint())
        .pipe(lesshint.failOnError())
        .pipe(embLessReporter());
});

Dependencies (5)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i embrace-gulp-less-reporter

    Weekly Downloads

    2

    Version

    0.1.1

    License

    ISC

    Last publish

    Collaborators

    • jelmergerritsma