Return-Path: X-Original-To: apmail-couchdb-commits-archive@www.apache.org Delivered-To: apmail-couchdb-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9361111AA4 for ; Mon, 14 Jul 2014 08:35:38 +0000 (UTC) Received: (qmail 41850 invoked by uid 500); 14 Jul 2014 08:35:38 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 41712 invoked by uid 500); 14 Jul 2014 08:35:38 -0000 Mailing-List: contact commits-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list commits@couchdb.apache.org Received: (qmail 41454 invoked by uid 99); 14 Jul 2014 08:35:38 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Jul 2014 08:35:38 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id E224A8BD4BD; Mon, 14 Jul 2014 08:35:37 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: kxepal@apache.org To: commits@couchdb.apache.org Date: Mon, 14 Jul 2014 08:35:47 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [11/13] fauxton commit: updated refs/heads/master to 0ec46e9 Fauxton: Remove settings.json.dev We don't use this file and its causing confusion with new contributors. The grunt task look for a `settings.json`, if it doesn't find that it defaults to settings.json.default Project: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/commit/e4b218b5 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/tree/e4b218b5 Diff: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/diff/e4b218b5 Branch: refs/heads/master Commit: e4b218b56d958708b73bc1ae440aeeca043c6369 Parents: 7d4f14e Author: Garren Smith Authored: Wed Jul 2 10:08:37 2014 +0200 Committer: Garren Smith Committed: Wed Jul 2 10:08:37 2014 +0200 ---------------------------------------------------------------------- settings.json.dev | 61 -------------------------------------------------- 1 file changed, 61 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/e4b218b5/settings.json.dev ---------------------------------------------------------------------- diff --git a/settings.json.dev b/settings.json.dev deleted file mode 100644 index 62cd1e7..0000000 --- a/settings.json.dev +++ /dev/null @@ -1,61 +0,0 @@ -{ - "deps": [ - { "name": "fauxton" }, - { "name": "databases" }, - { "name": "documents" }, - { "name": "pouchdb" }, - { "name": "activetasks" }, - { "name": "config" }, - { "name": "stats" }, - { "name": "replication" }, - { "name": "plugins" }, - { "name": "contribute" }, - { "name": "permissions" }, - { "name": "compaction" }, - { "name": "auth" }, - { "name": "verifyinstall" }, - { "name": "styletests" } - ], - "template": { - "development": { - "src": "assets/index.underscore", - "dest": "dist/debug/index.html", - "variables": { - "requirejs": "/assets/js/libs/require.js", - "css": "./css/index.css", - "base": null, - "cachebuster": "" - }, - "app": { - "root": "/", - "host": "../..", - "version": "1.0.dev" - } - }, - "release": { - "src": "assets/index.underscore", - "dest": "dist/debug/index.html", - "variables": { - "requirejs": "./js/require.js", - "css": "./css/index.css", - "base": null, - "cachebuster": "?v1.0" - }, - "app": { - "root": "/_utils/fauxton/", - "host": "../..", - "version": "1.0" - } - } - }, - - "couch_config": { - "fauxton": { - "db": "http://localhost:5984/fauxton", - "app": "./couchapp.js", - "options": { - "okay_if_missing": true - } - } - } -}