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 D742C10E25 for ; Mon, 9 Sep 2013 20:15:09 +0000 (UTC) Received: (qmail 28670 invoked by uid 500); 9 Sep 2013 20:15:09 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 28425 invoked by uid 500); 9 Sep 2013 20:15:07 -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 28306 invoked by uid 99); 9 Sep 2013 20:15:05 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Sep 2013 20:15:05 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 0E23D825327; Mon, 9 Sep 2013 20:15:05 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: deathbear@apache.org To: commits@couchdb.apache.org Date: Mon, 09 Sep 2013 20:15:05 -0000 Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: [1/4] git commit: updated refs/heads/1807-Replication to e0e3858 Updated Branches: refs/heads/1807-Replication 784c3c79e -> e0e385838 (forced update) update docs Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/31b96130 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/31b96130 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/31b96130 Branch: refs/heads/1807-Replication Commit: 31b96130f6323733c2d3c430a721222451675d3c Parents: 0bc81f9 Author: Jan Lehnardt Authored: Mon Sep 9 11:11:43 2013 +0200 Committer: Jan Lehnardt Committed: Mon Sep 9 11:13:29 2013 +0200 ---------------------------------------------------------------------- src/fauxton/writing_addons.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/31b96130/src/fauxton/writing_addons.md ---------------------------------------------------------------------- diff --git a/src/fauxton/writing_addons.md b/src/fauxton/writing_addons.md index 85d1e7a..08f44fc 100644 --- a/src/fauxton/writing_addons.md +++ b/src/fauxton/writing_addons.md @@ -15,10 +15,11 @@ have the following structure: ## Generating an addon We have a `grunt-init` template that lets you create a skeleton addon, -including all the boiler plate code. Run `grunt-init tasks/addon` and answer -the questions it asks to create an addon: +including all the boiler plate code. Run +`./node_modules/.bin/grunt-init tasks/addon` and answer the questions +it asks to create an addon: - ± grunt-init tasks/addon + $ ./node_modules/.bin/grunt-init tasks/addon path.existsSync is now called `fs.existsSync`. Running "addon" task