Closed sindresorhus closed 10 years ago
Stupid question... but how? The gulp-load-tasks
plugin now longer exists other than the old version on npm...
I believe I have deprecated it. I definitely remember doing that bit :P
My bad it seems you did.
It would be good if www-npm shows it more clearly…
Yeah, agreed.
A newb here bug how can I use this plugin to load tasks in external files? I have been trying to figure this out all week but can't seem to get it working. Do you have any sample code anywhere which I can reference to load my individual tasks from external files?
@mikeerickson gulp-load-plugins automatically loads gulp plugins (gulp-*
), it has nothing to do with tasks.
To load tasks from files you simply needs to require
them, see this recipe for a more sophisticated approach.
Remove the
gulpplugin
keyword from gulp-load-tasks so it doesn't show up in search.