Skip to content

Instantly share code, notes, and snippets.

@arantius
Created May 4, 2012 15:24
Show Gist options
  • Save arantius/2595496 to your computer and use it in GitHub Desktop.
Save arantius/2595496 to your computer and use it in GitHub Desktop.
Test of relative requires, on local disk.
// ==UserScript==
// @name Relative Require Test
// @require require-test.js
// ==/UserScript==
dump('Relative Require Test; main script OK\n');
dump('Relative Require Test; required script OK\n');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment