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 <[email protected]> Authored: Tue Jul 2 09:30:02 2013 +0200 Committer: Garren Smith <[email protected]> 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'] },
