Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

koa-less-middleware

zhoujianlin34MIT1.0.6

koa middleware for less

less, middleware, koa

readme

koa-less-middleware

koa-less-middleware api like less

app.use(less(cwdPath, {
    debug: false,
    compress: false,
    sourceMap: false,
    //ignoreWatchReg: //, // 去除哪些文件不需要watch
    paths : [baseSrc,getBowerPath()]
  }
));

log 1.0.0 添加动态依赖 watch极致优化 20ms级别响应

log 1.0.3 watch render 队列 url render 提前响应

bug 反馈 zhoujianlin8@gmail.com