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());
});

Readme

Keywords

none

Package Sidebar

Install

npm i embrace-gulp-less-reporter

Weekly Downloads

1

Version

0.1.1

License

ISC

Last publish

Collaborators

  • jelmergerritsma