Skip to content
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

Closed
unDemian opened this issue Feb 2, 2014 · 8 comments
Closed

Add support for Task Description #2

unDemian opened this issue Feb 2, 2014 · 8 comments

Comments

@unDemian
Copy link

unDemian commented Feb 2, 2014

No description provided.

@ghost ghost assigned OverZealous Feb 2, 2014
@OverZealous
Copy link
Owner

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.

@unDemian
Copy link
Author

unDemian commented Feb 4, 2014

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.

@OverZealous
Copy link
Owner

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.

@unDemian
Copy link
Author

unDemian commented Feb 4, 2014

I see, thanks I appreciated.

@blittle
Copy link

blittle commented Mar 27, 2014

@OverZealous It looks as though that linked feature request for Orchestrator has just landed. Any chance that will help with this request?

@OverZealous
Copy link
Owner

@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.

@chmontgomery
Copy link

(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

@OverZealous
Copy link
Owner

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants