gulp-community / gulp-less

A LESS plugin for Gulp
559 stars 116 forks source link

No verbose option #285

Open BananaAcid opened 6 years ago

BananaAcid commented 6 years ago

There is no verbose option (like gulp-pug). This makes it really annoying to use.

Maybe you want to include it?

something along the lines:

var log = require('fancy-log');

if (opts.verbose === true) {
    log('compiling file', file.path);
}
stephenlacy commented 6 years ago

want to send a pr?