-
I find that my Gulp tasks are often pretty similar across projects. this makes it tedious to start a new project, because I need to find the most up-to-date version of my gulp tasks. What if you could just install a preset of tasks, which you could update as needed? Truth is, this doesn't need to be hard-coded. You could also export a bunch of gulp tasks as a module, so you could install and use it anywhere. I do think, though, that there should be a standardized way of doing this, for compatibility. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
@binyamin this is solved by Undertaker custom registries. We actually had an awesome contributor add those docs to the website: https://gulpjs.com/docs/en/advanced/creating-custom-registries |
Beta Was this translation helpful? Give feedback.
@binyamin this is solved by Undertaker custom registries. We actually had an awesome contributor add those docs to the website: https://gulpjs.com/docs/en/advanced/creating-custom-registries