Skip to content

Instantly share code, notes, and snippets.

@kriszyp
Created March 31, 2010 14:25
Show Gist options
  • Save kriszyp/350386 to your computer and use it in GitHub Desktop.
Save kriszyp/350386 to your computer and use it in GitHub Desktop.
require.paths.push(".", "folder1");
require("folder1/c");
require("c");
print("should this print more than once?");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment