summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Kowalski <robertkowalski@apache.org>2015-02-10 14:10:57 +0100
committerRobert Kowalski <robertkowalski@apache.org>2015-02-10 14:16:48 +0100
commit99e40ffd98394f22d17c0379b82a6352f631728a (patch)
tree1a4711d0812b6f547ab9f76918b9ef5a4b06fa19
parent849b3349ae21dfa7920f46dffcbe485c299cf061 (diff)
downloadcouchdb-99e40ffd98394f22d17c0379b82a6352f631728a.tar.gz
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
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 01dbf53d8..f10126009 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