Middleman Middleware
This middleware will create a mirror of a given URL response and inject given CSS and JS into the response.
This can be used with express or any other accepting HTTP server
Installation
npm install middleman-middleware
Example Usage with Express:
var express = ;var middlemanMiddleware = ; var app = ; app; app;