mattdesl/budo

Support arbitrary middleware

Open

#91 建立於 2015年10月14日

在 GitHub 查看
 (2 留言) (0 反應) (0 負責人)JavaScript (124 fork)batch import
enhancementhelp wanted

倉庫指標

Star
 (2,174 star)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

Was playing around with budo-less and had the idea that budo could support any arbitrary middleware that followed a particular pattern (maybe like simple-less-middlewares), and would map that to a cli switch when budo is invoked.

I imagine budo doesn't want to get bogged down with heavy, convoluted configuration (see: webpack compared to browserify itself), but I could also see a usecase for two to three middlewares being all that's necessary to have a full-fledged dev server running within minutes without a ton of task runner or watcher configuration (see: gulp), etc.

貢獻者指南