Simple node.js stylus middleware for connect (or express) that doesn't write files to disk.
Install
npm install stylish
Examples
Simple stylus.middleware()
drop-in replacement:
app.use(stylish(__dirname + '/public'))
Extended example with stylus compression and an example of customizing the renderer (using nib in this example):
app
By default, stylish watches files (and dependencies) for changes. You can add a callback to learn when a file changes:
app
For production use, turn caching on (this caches the computed css in memory and disables file watching):
app
License
zlib license LICENSE.