Skip to content

Instantly share code, notes, and snippets.

@neonstalwart
Created December 1, 2010 16:19
Show Gist options
  • Save neonstalwart/723722 to your computer and use it in GitHub Desktop.
Save neonstalwart/723722 to your computer and use it in GitHub Desktop.
requirejs build error - ReferenceError: "foo" is not defined.
(function () {
var foo = {
bar: 'baz'
}
define('foo', [], foo);
}());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment