-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for Task Description #2
Comments
I'd like to, but since Orchestrator doesn't have any support for adding task metadata, I can't do that yet. There's hope, though. |
I'm kinda new to node & gulp, isn't there a way to parse gulpfile.js for comments and create some sort of standard, I will gladly help you if I can. |
I wouldn't parse the gulpfile (and can't do so practically, it's not JSON, it's actual code), but even so, I don't want to hack around just to add stuff. If you need descriptions before they add the feature to gulp/orchestrator, you might be better off simply hard-coding a help task. If they choose to not add task metadata, then I have a (horrible) idea how to hack it in. I'd very much rather not do that, though. |
I see, thanks I appreciated. |
@OverZealous It looks as though that linked feature request for Orchestrator has just landed. Any chance that will help with this request? |
@blittle Everything around gulp (including Orchestrator) is really up in the air. There's talk of completely changing the way tasks work, so I'm waiting before I worry about a solution for descriptions. Edit: See gulpjs/gulp#355 and gulpjs/gulp#347 for examples of the major changes. |
(warning: shameless plug!) @unDemian @blittle in the meantime, while we're waiting for gulp 4.0 to land, you can use this package to define custom descriptions: https://github.com/chmontgomery/gulp-help |
@chmontgomery That's pretty much the hack I had in mind, but you've done more with it. I'm closing this and recommending using gulp-help if you want more advanced functionality. |
No description provided.
The text was updated successfully, but these errors were encountered: