gulp-less
gulp-less copied to clipboard
No verbose option
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);
}
want to send a pr?