node.jsexpressiced-coffeescript

How to use IcedCoffeeScript on ExpressJS application


the question is how can I use IcedCoffeeScript (http://maxtaco.github.io/coffee-script) on my web-application based on ExpressJS? Now I use vanilla CoffeeScript language in my application.

Thank you


Solution

  • npm -g install iced-coffee-script

    iced app.coffee

    Btw, IcedCoffeeScript is a superset of Coffee, so you will be able to execute your code written in Coffee using iced