Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 10461 invoked from network); 20 Aug 2010 09:22:49 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 20 Aug 2010 09:22:49 -0000 Received: (qmail 59117 invoked by uid 500); 20 Aug 2010 09:22:48 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 58674 invoked by uid 500); 20 Aug 2010 09:22:45 -0000 Mailing-List: contact user-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@couchdb.apache.org Delivered-To: mailing list user@couchdb.apache.org Received: (qmail 58650 invoked by uid 99); 20 Aug 2010 09:22:43 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Aug 2010 09:22:43 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of michael.lenahan@gmail.com designates 209.85.216.173 as permitted sender) Received: from [209.85.216.173] (HELO mail-qy0-f173.google.com) (209.85.216.173) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Aug 2010 09:22:38 +0000 Received: by qyk5 with SMTP id 5so200321qyk.11 for ; Fri, 20 Aug 2010 02:22:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:content-type; bh=vHaP7aHjNCuiZ5moRR5MSZY+8TYonpc3lfnvnG9Kw+s=; b=bs0+EHZkHPxufSQOCNr/DdTUL4dX+F+PjmTeX2URnrPlPeeZ3pK0KNZ0M3ixv0tVDH yOS8yHDOkTS6+4o/55W/YFOtB7luLNwhTpnZez6hV7JgBoEQStm0Rkvb5ssaNy4Rv5JK NnEYFWdTx4rM5M3JFy9+xJUDe0pjxqkYe+sQM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; b=SuUd7AfQFrUBsCn2qaS4jIl63KfAbCgZ+gZOZpD3HecObAX22Bq9zSVMfdDO3OXbun zBYMbOFBKXD2XtaaZeM97fMFNDuOHln+pCjXKZAJLrKSSPotc4dX08/hO9D1h4ZEHZ+l 4Rd3cfMAowozQibxca0SCIbGwA7cU3+ZXscyM= Received: by 10.229.51.215 with SMTP id e23mr291360qcg.231.1282296137529; Fri, 20 Aug 2010 02:22:17 -0700 (PDT) MIME-Version: 1.0 Received: by 10.229.6.15 with HTTP; Fri, 20 Aug 2010 02:21:57 -0700 (PDT) In-Reply-To: References: From: Michael Lenahan Date: Fri, 20 Aug 2010 10:21:57 +0100 Message-ID: Subject: Re: Mustache? CommonJS? To: user@couchdb.apache.org Content-Type: multipart/alternative; boundary=001636426a23c63d15048e3dd576 --001636426a23c63d15048e3dd576 Content-Type: text/plain; charset=ISO-8859-1 Thanks Jason, that's very helpful. I'll post my experiences back to the list. On 18 August 2010 14:24, Jason Smith wrote: > Hi, Michael. Glad some of this is making some sense! > > On Wed, Aug 18, 2010 at 02:19, Michael Lenahan >wrote: > > > When you say "" what do you mean? > > > > You can literally copy and paste the mustache.js file that you download. > There is some confusion because the **project** is "mustache dot jay ess" > but there is also a source code file called mustache.js which is not the > CommonJS version, it is just the core code. > > The trick to making sure that you have a CommonJS file is because it will > have the word `exports` somewhere in the file. > > Where do you get mustache.js in CommonJS format? Good question. > > I just spoke to Jan and apparently you must download the code from GitHub > and run: > > rake commonjs > > That will produce the mustache.js file in the commonjs folder. > > > -- > Jason Smith > Couchio Hosting > --001636426a23c63d15048e3dd576--