hubotio / generator-hubot

Hubot generator for Yeoman
MIT License
155 stars 91 forks source link

Including scripts selectively #83

Closed iangreenleaf closed 8 months ago

iangreenleaf commented 7 years ago

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:

  1. Something is screwy with my install, and for other people it works without the extensions
  2. We've stopped adding .coffee extensions to our script files and I missed that memo
  3. This is generating wrong documentation or wrong index.coffee, and these two should be reconciled
stale[bot] commented 7 years ago

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.

iangreenleaf commented 7 years ago

@probot-stale[bot] awww, that would be a shame! This is a real issue, after all.

stale[bot] commented 7 years ago

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.

iangreenleaf commented 7 years ago

Well, that's too bad. I wish someone would take a look at this issue besides you, stalebot.

stale[bot] commented 6 years ago

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.

iangreenleaf commented 6 years ago

@stale hi!

joeyguerra commented 1 year ago

Have you tried recently? So much time has passed.