All Projects → popomore → connect-combo

popomore / connect-combo

Licence: other
connect middleware for assets combo

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects

connect-combo

Connect middleware for assets combo, resolve url like http://127.0.0.1??a.js,b.js.

Build Status Coverage Status


Install

$ npm install connect-combo -g

Usage

var app = connect()
  .use(combo())
  .listen(3000);

See example

Option

  • directory specify local directory base, default process.cwd().

  • proxy specify remote server, default false.

  • cache cache file from remote server, default false.

  • log show log on terminal, default false.

  • beforeProxy handle request before send to proxy, default null.

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].