You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 27, 2019. It is now read-only.
Thanks! I've just flushed the old scripts and regenerated the index.
There's a rake task to flush the scripts (rake flush), and a rake task to generate the index (rake catalog). It would be simple enough to chain the two together, so that scripts are always flushed before the index is updated, but this would introduce a period of maybe 20 seconds where the list would be in various stages of completeness, as that's how long it takes to add all the scripts.
The problem stems from the fact this is essentially a set of big procedural rake tasks. It really just needs to be restructured in a nicer, more OO-way. I'll leave this issue open until it's fixed properly.
For instance
google-reader.coffee
been removed from the hubot-scripts repo but it hasn't been removed from the catalog.The text was updated successfully, but these errors were encountered: