Closed jackfranklin closed 9 years ago
For when people need help with an issue, it would be really nice to be able to do:
var plugins = require('gulp-load-plugins')({ DEBUG: true });
And that would enable a tonne of console.logging to give info on what's being loaded, etc.
This would be a nice PR for someone who's new to OSS and would like to contrib. Please ping me if you're interested, I'd love to help :)
For when people need help with an issue, it would be really nice to be able to do:
And that would enable a tonne of console.logging to give info on what's being loaded, etc.