You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ga...@apache.org on 2013/07/08 18:00:00 UTC

[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 <ga...@gmail.com>
Authored: Tue Jul 2 09:30:02 2013 +0200
Committer: Garren Smith <ga...@gmail.com>
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']
     },