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 D735C10C59 for ; Mon, 8 Jul 2013 16:00:00 +0000 (UTC) Received: (qmail 21984 invoked by uid 500); 8 Jul 2013 15:59:56 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 21759 invoked by uid 500); 8 Jul 2013 15:59:55 -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 21405 invoked by uid 99); 8 Jul 2013 15:59:55 -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, 08 Jul 2013 15:59:55 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 9444A885970; Mon, 8 Jul 2013 15:59:54 +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: Mon, 08 Jul 2013 16:00:00 -0000 Message-Id: <8b911f005aa546ee986c92637ee5c1fb@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [07/21] git commit: updated refs/heads/1846-dev-server-improvements to 5da4bbf 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/1846-dev-server-improvements 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'] },