Skip to content

Instantly share code, notes, and snippets.

@motiooon
Created June 20, 2012 21:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save motiooon/2962407 to your computer and use it in GitHub Desktop.
Save motiooon/2962407 to your computer and use it in GitHub Desktop.
require modules
//Start all services by requiring the app.js and therefore executing the code within
module.exports.initialize = function(){
require('./ACCOUNTS/app.js');
require('./COLLECTIONS/app.js');
require('./IMAGE_PROCESSING/app.js');
require('./MEDIA/app.js');
require('./PAYMENTS/app.js');
require('./SEARCH/app.js');
require('./STORAGE/app.js');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment