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);