summaryrefslogtreecommitdiffstats
path: root/module/web/static/js/config.js
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2013-06-08 17:37:43 +0200
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2013-06-08 17:37:44 +0200
commit2cf160d497e501bf254bd8be054c0f5880ab90ca (patch)
tree03a720b6142cc03fe7ef258fa8d17da92b30a462 /module/web/static/js/config.js
parentMerge pull request #151 from vuolter/invertedconf (diff)
downloadpyload-2cf160d497e501bf254bd8be054c0f5880ab90ca.tar.xz
restructured webui to single-page-app, removed jinja
Diffstat (limited to 'module/web/static/js/config.js')
-rw-r--r--module/web/static/js/config.js41
1 files changed, 0 insertions, 41 deletions
diff --git a/module/web/static/js/config.js b/module/web/static/js/config.js
deleted file mode 100644
index d920698c4..000000000
--- a/module/web/static/js/config.js
+++ /dev/null
@@ -1,41 +0,0 @@
-// Sets the require.js configuration for your application.
-require.config({
-
- // XXX: To many dots in file breaks dependencies
- paths: {
-
- jquery: "libs/jquery-1.9.1",
- jqueryui: "libs/jqueryui",
- flot: "libs/jquery.flot-1.1",
- transit: "libs/jquery.transit-0.9.9",
- animate: "libs/jquery.animate-enhanced-0.99",
- omniwindow: "libs/jquery.omniwindow",
- select2: "libs/select2-3.3.2",
- bootstrap: "libs/bootstrap-2.3",
-
- underscore: "libs/lodash-1.0.1",
- backbone: "libs/backbone-0.9.10",
- wreqr: "libs/backbone.wreqr-0.1.0",
- handlebars: "libs/Handlebars-1.0rc1",
-
- // Plugins
- text: "libs/text-2.0.3",
- tpl: "../../templates"
-
- },
-
- // Sets the configuration for your third party scripts that are not AMD compatible
- shim: {
-
- "backbone": {
- deps: ["underscore", "jquery"],
- exports: "Backbone" //attaches "Backbone" to the window object
- },
- "flot": ["jquery"],
- "transit": ["jquery"],
- "omniwindow": ["jquery"],
- "select2": ["jquery"],
- "bootstrap": ["jquery"],
- "animate": ["jquery"]
- } // end Shim Configuration
-}); \ No newline at end of file