generator-hubot
generator-hubot copied to clipboard
Including scripts selectively
The README generated by this project suggests that you can only include some scripts from a package with the following external-scripts.json
:
{
"hubot-fun": [
"crazy",
"thanks"
],
"hubot-auto-deploy": "*"
}
However, trying this with the script package I just generated from this project, I am finding that I have to include the file extensions to get it to work:
{
"hubot-fun": [
"crazy.coffee",
"thanks.coffee"
],
"hubot-auto-deploy": "*"
}
Seems like there are three possibilities:
- Something is screwy with my install, and for other people it works without the extensions
- We've stopped adding
.coffee
extensions to our script files and I missed that memo - This is generating wrong documentation or wrong
index.coffee
, and these two should be reconciled
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
@probot-stale[bot] awww, that would be a shame! This is a real issue, after all.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Well, that's too bad. I wish someone would take a look at this issue besides you, stalebot.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
@stale hi!
Have you tried recently? So much time has passed.