Repository: couchdb Updated Branches: refs/heads/developer-preview-2.0 849b3349a -> aaf6f6adf
build: do not require a globally installed grunt fix build for folks that don't have grunt installed globally, using the version that gets shipped with Fauxton Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/99e40ffd Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/99e40ffd Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/99e40ffd Branch: refs/heads/developer-preview-2.0 Commit: 99e40ffd98394f22d17c0379b82a6352f631728a Parents: 849b334 Author: Robert Kowalski <[email protected]> Authored: Tue Feb 10 14:10:57 2015 +0100 Committer: Robert Kowalski <[email protected]> Committed: Tue Feb 10 14:16:48 2015 +0100 ---------------------------------------------------------------------- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/99e40ffd/Makefile ---------------------------------------------------------------------- diff --git a/Makefile b/Makefile index 01dbf53..f101260 100644 --- a/Makefile +++ b/Makefile @@ -76,4 +76,4 @@ fauxton: share/www share/www: @echo "Building Fauxton" - @cd src/fauxton && npm install && grunt couchdb + @cd src/fauxton && npm install && ./node_modules/grunt-cli/bin/grunt couchdb
