Automattic / browserbuild

Write for node, compile for browser.
170 stars 16 forks source link

Move logic to lib/browserbuild #14

Open rauchg opened 12 years ago

rauchg commented 12 years ago

And make bin/browserbuild leverage it. This should lead the way for creating tests.

rauchg commented 12 years ago

Stylus-like api would be hawtt:

browserbuild(str, { options })
  .render(function (err, txt) {})