Skip to content

Instantly share code, notes, and snippets.

@nicholasess
Last active May 9, 2016 01:18
Show Gist options
  • Save nicholasess/db2f983bca56470148f8620e9c6ed190 to your computer and use it in GitHub Desktop.
Save nicholasess/db2f983bca56470148f8620e9c6ed190 to your computer and use it in GitHub Desktop.
require('getmodule');
//com getmodule
var controller = getmodule('app/controllers/index');
//sem getmodule
var controller = require('../../app/controllers/index');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment