Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No verbose option #285

Open
BananaAcid opened this issue Apr 1, 2018 · 1 comment
Open

No verbose option #285

BananaAcid opened this issue Apr 1, 2018 · 1 comment

Comments

@BananaAcid
Copy link

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
Copy link
Contributor

want to send a pr?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants