Skip to content

Instantly share code, notes, and snippets.

@tregoning
Created August 1, 2013 06:15
Show Gist options
  • Save tregoning/6128825 to your computer and use it in GitHub Desktop.
Save tregoning/6128825 to your computer and use it in GitHub Desktop.
stealconfig.js needed for standalone version of funcunit
steal.config({
map: {
"*": {
"jquery/jquery.js" : "jquery"
}
},
paths: {
"jquery": "jquery-1.10.2.min.js",
},
shim : {
jquery: {
exports: "jQuery"
}
}
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment