Closed Manaus closed 8 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
.
Use the pattern
property for that ;)
Thanks guys
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, likegulp-less-watcher
, what is the generated name?Thanks