summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--index.html1
-rw-r--r--scripts/.gitignore1
-rw-r--r--scripts/app.js3
3 files changed, 4 insertions, 1 deletions
diff --git a/index.html b/index.html
index fa84746f..077b95ae 100644
--- a/index.html
+++ b/index.html
@@ -8,6 +8,7 @@
<link rel="shortcut icon" href="images/favicon2.ico" />
+ <script src="scripts/local_config.js"></script>
<script data-main='scripts/app.js' src="scripts/external/require.js"></script>
</head>
diff --git a/scripts/.gitignore b/scripts/.gitignore
new file mode 100644
index 00000000..568dc446
--- /dev/null
+++ b/scripts/.gitignore
@@ -0,0 +1 @@
+local_config.js
diff --git a/scripts/app.js b/scripts/app.js
index aac60446..5abbe6f9 100644
--- a/scripts/app.js
+++ b/scripts/app.js
@@ -1,6 +1,5 @@
(function() {
var config = {
- // urlArgs: "bust=" + (new Date()).getTime(), // NOTE: useful for debugging
paths: {
jquery: 'external/jquery',
'jquery-ui': 'external/jquery-ui',
@@ -10,6 +9,8 @@ var config = {
autocomplete: 'external/autocomplete',
}
}
+config.urlArgs = local_config && local_config.urlArgs;
+
if (window.is_node) {
// Testing path only