Testing and Deploying CoffeeScript on the PHP / LAMP Stack

I am interested in dabbling in CoffeeScript , but I would prefer not to recompile it until Javascript manually every time I want a test run. Is there an easy way to dynamically convert CoffeeScript to vanilla Javascript while working on the LAMP stack, be it server-side or client-side?

+5
source share
1 answer

Server side

Avoid kohana-coffeescript , which makes it easy to serve CoffeeScript from the Kohana PHP framework.

Client side

CoffeeScript JavaScript * *? .

+3

All Articles