You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ro...@apache.org on 2015/02/10 14:17:14 UTC

couchdb commit: updated refs/heads/master to 99e40ff

Repository: couchdb
Updated Branches:
  refs/heads/master 849b3349a -> 99e40ffd9


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/master
Commit: 99e40ffd98394f22d17c0379b82a6352f631728a
Parents: 849b334
Author: Robert Kowalski <ro...@apache.org>
Authored: Tue Feb 10 14:10:57 2015 +0100
Committer: Robert Kowalski <ro...@apache.org>
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