Yes I know connect-assets
. But I hope the coffeescript
files can be compiled on request. Just like in stylus
middleware.
app.use(stylus.middleware(
src: __dirname + "/assets",
dest: __dirname + "/public"
))
So, is there anything that works this way?
I know connect.compiler
too. But it has been removed in newest version of connect
.