diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2013-11-24 19:17:04 +0100 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2013-11-24 19:17:04 +0100 |
commit | 75450412faabcee71a4c765281e5025ad6158625 (patch) | |
tree | 49b7b9e0d7c305781097de6742bf639942cf922a | |
parent | try to fix template helper loading (diff) | |
download | pyload-75450412faabcee71a4c765281e5025ad6158625.tar.xz |
downgraded handlebars
-rw-r--r-- | pyload/web/app/scripts/config.js | 1 | ||||
-rw-r--r-- | pyload/web/bower.json | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/pyload/web/app/scripts/config.js b/pyload/web/app/scripts/config.js index 51ea63285..85620b2b7 100644 --- a/pyload/web/app/scripts/config.js +++ b/pyload/web/app/scripts/config.js @@ -17,6 +17,7 @@ require.config({ underscore: '../components/underscore/underscore', backbone: '../components/backbone/backbone', marionette: '../components/backbone.marionette/lib/backbone.marionette', + // version must be tested carefully, many are broken for amd handlebars: '../components/handlebars.js/dist/handlebars', jed: '../components/jed/jed', moment: '../components/momentjs/moment', diff --git a/pyload/web/bower.json b/pyload/web/bower.json index b429a5bd4..4da3634a0 100644 --- a/pyload/web/bower.json +++ b/pyload/web/bower.json @@ -14,7 +14,7 @@ "underscore": "~1.5.1", "backbone": "~1.0.0", "backbone.marionette": "~1.1.0", - "handlebars.js": "1.0.12", + "handlebars.js": "1.0.0-rc.3", "jed": "~0.5.4", "select2": "~3.4.0", "momentjs": "~2.1.0" |