Return-Path: X-Original-To: apmail-couchdb-commits-archive@www.apache.org Delivered-To: apmail-couchdb-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D068C10B32 for ; Tue, 10 Feb 2015 13:17:14 +0000 (UTC) Received: (qmail 44439 invoked by uid 500); 10 Feb 2015 13:17:14 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 44390 invoked by uid 500); 10 Feb 2015 13:17:14 -0000 Mailing-List: contact commits-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list commits@couchdb.apache.org Received: (qmail 44381 invoked by uid 99); 10 Feb 2015 13:17:14 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Feb 2015 13:17:14 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 98E3CE01DD; Tue, 10 Feb 2015 13:17:14 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: robertkowalski@apache.org To: commits@couchdb.apache.org Message-Id: <08262eb944114a38992d3ccfd81a766e@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: couchdb commit: updated refs/heads/master to 99e40ff Date: Tue, 10 Feb 2015 13:17:14 +0000 (UTC) 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 Authored: Tue Feb 10 14:10:57 2015 +0100 Committer: Robert Kowalski 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