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