Advertisement
Guest User

Untitled

a guest
May 28th, 2015
278
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. (function (libs, ctx){
  2. ctx = ctx || this;
  3. for (var lib in libs) { ctx[lib] = require(libs[lib]); }
  4. })({
  5. 'express' : 'express',
  6. 'path' : 'path',
  7. 'favicon' : 'serve-favicon',
  8. 'logger' : 'morgan',
  9. 'cookieParser' : 'cookie-parser',
  10. 'bodyParser' : 'body-parser',
  11. 'routes' : './routes/index',
  12. 'users' : './routes/users'
  13. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement