We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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); }
The text was updated successfully, but these errors were encountered:
want to send a pr?
Sorry, something went wrong.
No branches or pull requests
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:
The text was updated successfully, but these errors were encountered: