Skip to content

Instantly share code, notes, and snippets.

@Andrew-Spiers
Created May 23, 2014 08:48
Show Gist options
  • Save Andrew-Spiers/db330584a4b104a170bd to your computer and use it in GitHub Desktop.
Save Andrew-Spiers/db330584a4b104a170bd to your computer and use it in GitHub Desktop.
node.js - Reference and use external module file
Modules = require('./modules');
app.use(Modules.cookieParser());
app.use(Modules.flash());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment