From 8487579182fc66c48080d09f3f7acc1e7835ac53 Mon Sep 17 00:00:00 2001 From: Makis Tracend Date: Wed, 26 Jun 2013 02:41:37 -0700 Subject: [PATCH] #88 adding default require config json that includes remote jquery --- app/public/require.config.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 app/public/require.config.json diff --git a/app/public/require.config.json b/app/public/require.config.json new file mode 100644 index 0000000..bc0d88f --- /dev/null +++ b/app/public/require.config.json @@ -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" + ] +} \ No newline at end of file