RocketChat / hubot-rocketchat-boilerplate

An example Hubot demonstrating usage of the Rocket.Chat adaptor.
MIT License
36 stars 32 forks source link

Execute bin without coffeescript #1

Open timkinnane opened 6 years ago

timkinnane commented 6 years ago

Package scripts now run bot through node directly, instead of the coffeescript bin.

bin/hubot still runs the coffeescript bin file from hubot, but that’s the only reason to have coffeescript as a dependency. Need to test on different environments if this is required or can be circumvented using a new bin/hubot that runs hubot.js directly, then coffeescript can be removed.