Created
August 1, 2013 06:15
-
-
Save tregoning/6128825 to your computer and use it in GitHub Desktop.
stealconfig.js needed for standalone version of funcunit
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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