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 AD0B810E4C for ; Tue, 2 Jul 2013 08:47:02 +0000 (UTC) Received: (qmail 40538 invoked by uid 500); 2 Jul 2013 08:46:52 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 40380 invoked by uid 500); 2 Jul 2013 08:46:51 -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 39629 invoked by uid 99); 2 Jul 2013 08:46:40 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Jul 2013 08:46:40 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 6460D5358E; Tue, 2 Jul 2013 08:46:40 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: garren@apache.org To: commits@couchdb.apache.org Date: Tue, 02 Jul 2013 08:46:55 -0000 Message-Id: <97d6e7a986f94c3ebca5c42de1e188e6@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [17/19] git commit: updated refs/heads/1828-duplicate-doc to 7a7db42 Fauxton: watch assets path Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/5f86eca6 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/5f86eca6 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/5f86eca6 Branch: refs/heads/1828-duplicate-doc Commit: 5f86eca6fe514c4ce31b68269c729e15f6820440 Parents: 2f5ae05 Author: Garren Smith Authored: Tue Jul 2 09:30:02 2013 +0200 Committer: Garren Smith Committed: Tue Jul 2 09:30:02 2013 +0200 ---------------------------------------------------------------------- src/fauxton/Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/5f86eca6/src/fauxton/Gruntfile.js ---------------------------------------------------------------------- diff --git a/src/fauxton/Gruntfile.js b/src/fauxton/Gruntfile.js index 700246f..7c9d4ec 100644 --- a/src/fauxton/Gruntfile.js +++ b/src/fauxton/Gruntfile.js @@ -206,7 +206,7 @@ module.exports = function(grunt) { }, watch: { - files: helper.watchFiles(["./app/**/*"]), + files: helper.watchFiles(["./app/**/*", "./assets/**/*"]), tasks: ['debug', 'template'] },