It seems that the compiler () has been removed from the connection and it will no longer be supported, according to TJ Holowaychuck (creator of Connect and Express):
https://github.com/visionmedia/express/issues/877
Update 2013-01-16
Express 3.0, less-middleware compiler, Connect. , .
, less-middleware package.json npm install, :
app.use(require('less-middleware')({ src: __dirname + '/public' }));
app.use(express.static(path.join(__dirname, 'public')));
Jade CSS:
link(rel='stylesheet', type='text/css', href='css/styles.css')
:
myapp
+-public
+-css
+-styles.less
less-middleware , .css . , CSS.
, CSS . Git, .css .gitignore .