jackfranklin / gulp-load-plugins

Automatically load in gulp plugins
https://github.com/jackfranklin/gulp-load-plugins
MIT License
757 stars 55 forks source link

Uses has-gulplog #114

Closed doowb closed 8 years ago

doowb commented 8 years ago

Uses gulplog checking code from gulp-util to check if gulplog already exists. Otherwise uses fancy-log. This is to ensure the correct loggers are registered depending on if the gulp 3 cli is used or gulp-cli which handles both gulp 3 and gulp 4.

Fixes #113

jackfranklin commented 8 years ago

👍 thank you!