Skip to content

Instantly share code, notes, and snippets.

@kriszyp
Created January 7, 2010 04:53
Show Gist options
  • Save kriszyp/271002 to your computer and use it in GitHub Desktop.
Save kriszyp/271002 to your computer and use it in GitHub Desktop.
exports.foo="bar";
require("./a");
require.paths.push("../folder2");
require("b");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment