Skip to content

Commit

Permalink
#88 adding default require config json that includes remote jquery
Browse files Browse the repository at this point in the history
  • Loading branch information
tracend committed Jun 26, 2013
1 parent 68ad654 commit 8487579
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions app/public/require.config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"paths": {
"jquery": [
"//ajax.googleapis.com/ajax/libs/jquery/2.0.2/jquery.min"
],
"json2": [
"//cdnjs.cloudflare.com/ajax/libs/json2/20121008/json2"
]
},
"shim": {
},
"deps": [
"jquery",
"json2"
]
}

0 comments on commit 8487579

Please sign in to comment.