Twitter Bootstrap LESS with Node.js & Express
问题 Since Twitter Bootstrap 2 is out, I wanted to integrate that into my Node.js project. Unfortunately, there's something wrong with the less compiler and I can't get it to work. I put all files into the public folder and set up a new project with express -c less newproj . and added the lines for less less = require('less'); app.use(express.compiler({ src: __dirname + '/public', enable: ['less'] })); All Node tells me is: Express server listening on port 3000 in development mode undefined On the