Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 383 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 383 Bytes

This is a basic webmachine tool for on the fly compiling of coffeescript.

You should put a link to the coffeescript sources in the priv dir as "priv/www" then you can make a HTTP request to http://yourhost.com/coffeescript/my_file.coffee and it will send you the compiled JS

you need dispatch rule like this

{["coffeescript", '*'], coffeescript, []}.

Created by Zachary Kessin