You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by da...@apache.org on 2014/02/12 07:20:38 UTC

[44/52] [abbrv] fauxton commit: updated refs/heads/import-master to d11b90b

fixed settings.json.dev; added fauxton & cachebuster


Project: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/commit/a15c5075
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/tree/a15c5075
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/diff/a15c5075

Branch: refs/heads/import-master
Commit: a15c5075deab256c180b5cf572bf1273fe347235
Parents: 247b61c
Author: BigBlueHat <by...@bigbluehat.com>
Authored: Fri Jan 31 16:59:16 2014 -0500
Committer: BigBlueHat <by...@bigbluehat.com>
Committed: Mon Feb 3 11:29:00 2014 -0500

----------------------------------------------------------------------
 settings.json.dev | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/a15c5075/settings.json.dev
----------------------------------------------------------------------
diff --git a/settings.json.dev b/settings.json.dev
index e2df66b..d354c29 100644
--- a/settings.json.dev
+++ b/settings.json.dev
@@ -1,5 +1,6 @@
 {
   "deps": [
+  { "name": "fauxton" },
   { "name": "databases" },
   { "name": "documents" },
   { "name": "pouchdb" },
@@ -23,7 +24,8 @@
         "variables": {
           "requirejs": "/assets/js/libs/require.js",
           "css": "./css/index.css",
-          "base": null
+          "base": null,
+          "cachebuster": ""
         },
         "app": {
           "root": "/",
@@ -37,7 +39,8 @@
         "variables": {
           "requirejs": "./js/require.js",
           "css": "./css/index.css",
-          "base": null
+          "base": null,
+          "cachebuster": "?v1.0"
         },
         "app": {
           "root": "/_utils/fauxton/",