If you’ve written your Node.js app in coffeescript entirely and at the time of deploying on Heroku wondering how heroku would execute your coffee code, then here’s the simple process that you need to follow. Add the coffee-script npm package into your package.json or just install it with the --save flag that’ll auto-add anyway. Then, [...]
The post Run CoffeeScript Node.js Apps on Heroku appeared first on Code Theory.