summaryrefslogtreecommitdiff
path: root/public-src/require.config.js
diff options
context:
space:
mode:
Diffstat (limited to 'public-src/require.config.js')
-rw-r--r--public-src/require.config.js16
1 files changed, 8 insertions, 8 deletions
diff --git a/public-src/require.config.js b/public-src/require.config.js
index 432a906..5094bf1 100644
--- a/public-src/require.config.js
+++ b/public-src/require.config.js
@@ -9,15 +9,15 @@ var require = {
"flot/jquery.flot.stack", // >= 0.7
"flot/jquery.flot.time", // split in to a plugin in >=0.8.0
"flot/jquery.flot.selection", // split in to a plugin in >= 0.6
- "jquerytools/tabs",
- "jquerytools/toolbox.history",
+ "jquerytools/tabs/tabs",
+ "jquerytools/toolbox/toolbox.history",
],
exports: "jarmon"
},
// jQuery plugins
- "jquerytools/tabs" : { deps: ["jquery"], exports: "jQuery.tools.tabs" },
- "jquerytools/toolbox.history" : { deps: ["jquery" /* <1.9 */], exports: "jQuery.tools.history" },
- "flot/jquery.flot" : { deps: ["jquery" /* <1.9 */], exports: "jQuery.plot" },
+ "jquerytools/tabs/tabs" : { deps: ["jquery"], exports: "jQuery.tools.tabs" },
+ "jquerytools/toolbox/toolbox.history" : { deps: ["jquery" /* <1.9 */], exports: "jQuery.tools.history" },
+ "flot/jquery.flot" : { deps: ["jquery" /* <1.9 */], exports: "jQuery.plot" },
// Flot plugins
"flot/jquery.flot.time" : { deps: ["flot/jquery.flot"] },
"flot/jquery.flot.selection" : { deps: ["flot/jquery.flot"] },
@@ -30,11 +30,11 @@ var require = {
"flot" : "/3rd-party/yarn/flot",
//"jquery" : "/3rd-party/yarn/jquery/dist/jquery",
"requirejs" : "/3rd-party/yarn/requirejs/require",
+ "javascriptrrd" : "/3rd-party/yarn/javascriptrrd/src/lib",
+ "jquerytools" : "/3rd-party/yarn/jquerytools/src",
+ "jarmon" : "/3rd-party/yarn/jarmon/jarmon/jarmon",
"cfg" : "/cfg",
- "jarmon" : "/jarmon",
- "javascriptrrd" : "/jarmon-dependencies/javascriptrrd-1.1.1",
"jquery" : "/jarmon-dependencies/jquery-1.6.3",
- "jquerytools" : "/jarmon-dependencies/jquerytools-8ac4636a01d3860f1c4726ba722190a531bf1068",
},
};