jaredhanson / kerouac

Poetic static site generator for Node.js.
MIT License
82 stars 9 forks source link

consolidate-build #1

Open ForbesLindesay opened 11 years ago

ForbesLindesay commented 11 years ago

This looks like a really great static site generator. I really like the look of the API from viewing the passportjs.org. Without wishing to overdo the plugging of my own library, it would be great if this could support compiling less, jade, etc. out of the box, so you might be interested in consolidate-build which aims to consolidate all the languages that can be compiled by JavaScript in node.js into having the same API.

jaredhanson commented 11 years ago

Cool, thanks for the pointer. You've got some quality modules!

Kerouac is the static site generator I've always wanted, with a very Express-inspired API. Sometime soonish I'll be documenting it and announcing its existence. I want to make the pre-processors fully pluggable, and consolidate-build looks great for that.