|
@@ -24,6 +24,16 @@ require = function (require) {
|
|
|
|
|
|
var document_home = window.location.href.replace(/\/[^\/]+$/, "");
|
|
|
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ if (!amber_home.match(/\/bower_components\//)) {
|
|
|
+ document_home = amber_home;
|
|
|
+ }
|
|
|
|
|
|
function resolveViaDOM(url) {
|
|
|
var a = document.createElement("a");
|
|
@@ -54,7 +64,7 @@ require = function (require) {
|
|
|
deps: [ 'jquery' ]
|
|
|
},
|
|
|
'amber_lib/bootstrap/js/bootstrap': {
|
|
|
- deps: [ 'css!amber_lib/bootstrap/css/bootstrap' ]
|
|
|
+ deps: [ 'jquery', 'css!amber_lib/bootstrap/css/bootstrap' ]
|
|
|
},
|
|
|
'amber_lib/CodeMirror/codemirror': {
|
|
|
deps: [ 'css!amber_lib/codemirror/lib/codemirror' ]
|