generator-hubot icon indicating copy to clipboard operation
generator-hubot copied to clipboard

Including scripts selectively

Open iangreenleaf opened this issue 7 years ago • 6 comments

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

iangreenleaf avatar Mar 09 '17 05:03 iangreenleaf

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[bot] avatar Jun 08 '17 03:06 stale[bot]

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

iangreenleaf avatar Jun 08 '17 03:06 iangreenleaf

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[bot] avatar Sep 06 '17 04:09 stale[bot]

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

iangreenleaf avatar Sep 06 '17 15:09 iangreenleaf

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[bot] avatar Dec 05 '17 16:12 stale[bot]

@stale hi!

iangreenleaf avatar Dec 05 '17 16:12 iangreenleaf

Have you tried recently? So much time has passed.

joeyguerra avatar Apr 23 '23 02:04 joeyguerra