jackfranklin / gulp-load-plugins

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

loading non-gulp modules? #83

Closed Manaus closed 8 years ago

Manaus commented 9 years ago

Hi, does this module load other modules too? Like browser-sync and the like? Or just those with a gulp- prefix? If it does, what name is used for those modules? In case of some longer names, like gulp-less-watcher, what is the generated name?

Thanks

callumacrae commented 9 years ago

Check out this issue for info on loading non-gulp stuff: https://github.com/jackfranklin/gulp-load-plugins/issues/77

gulp-less-watcher would be loaded as plugins.lessWatcher.

carloshpds commented 8 years ago

Use the pattern property for that ;)

Manaus commented 8 years ago

Thanks guys