gulp-less icon indicating copy to clipboard operation
gulp-less copied to clipboard

No verbose option

Open BananaAcid opened this issue 7 years ago • 1 comments

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

BananaAcid avatar Apr 01 '18 18:04 BananaAcid

want to send a pr?

stephenlacy avatar Apr 02 '18 19:04 stephenlacy