This repository was archived by the owner on Mar 18, 2022. It is now read-only.

Description
Hi,
Was stuck with getting error while starting nodejs server, using in jade file as:
script(src=CDN("config.js"))
script(src=CDN("js/login.js"))
<<<
configured as:
var CDN = require('express-cdn')(app, options); (options as defined properly as mention in README)
app.locals.CDN = CDN();
with expressjs version as: 4.13.3v
Please tell if you need more.