tj / serve

Simple command-line file / directory server built with connect - supports stylus, jade, etc
563 stars 70 forks source link

(Iced)Coffeescript, nib, index and backend support #11

Closed QaDeS closed 9 years ago

QaDeS commented 12 years ago

You can use (Iced)Coffeescript for JS files now, and nib inside your stylus templates. You can specify and index page - serve will do an internal rewrite to serve it. You can specify a script to hook into the server for providing a backend, exporting a run(server) function. This can also be an (Iced)Coffeescript.

stevemao commented 9 years ago

Closing in favour of #50