简体   繁体   中英

CoffeeScript testing and deployment on PHP / LAMP stack

I'm interested in dabbling in CoffeeScript , but I'd rather not have to recompile down to Javascript by hand every time I want to test. Is there an easy way dynamically convert CoffeeScript to vanilla Javascript while working on a LAMP stack, either on the server side or the client side?

Server side

Check out kohana-coffeescript , which makes it easy to serve CoffeeScript from PHP's Kohana framework.

Client side

See Is there a way to send CoffeeScript to the client's browser and have it compiled to JavaScript *there*? Fantastic for testing.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM