From df6a5aedb2ab7edec181d4bab08eb813b2efdd21 Mon Sep 17 00:00:00 2001 From: Harold Rodriguez Date: Thu, 14 Mar 2013 19:29:31 -0400 Subject: [PATCH] add autogenerated config.js --- src/config.js | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 src/config.js diff --git a/src/config.js b/src/config.js new file mode 100644 index 00000000..273885cc --- /dev/null +++ b/src/config.js @@ -0,0 +1,17 @@ +// Generated by CoffeeScript 1.6.1 +(function() { + + require.config({ + deps: ["../vendor/jam/require.config", "main"], + paths: { + "lodash": "../vendor/jam/lodash/lodash.underscore" + }, + map: { + "*": { + "underscore": "lodash" + } + }, + shim: {} + }); + +}).call(this);