Return-Path: Delivered-To: apmail-incubator-couchdb-user-archive@locus.apache.org Received: (qmail 78252 invoked from network); 21 Nov 2008 10:00:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 21 Nov 2008 10:00:28 -0000 Received: (qmail 46554 invoked by uid 500); 21 Nov 2008 10:00:36 -0000 Delivered-To: apmail-incubator-couchdb-user-archive@incubator.apache.org Received: (qmail 46516 invoked by uid 500); 21 Nov 2008 10:00:36 -0000 Mailing-List: contact couchdb-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: couchdb-user@incubator.apache.org Delivered-To: mailing list couchdb-user@incubator.apache.org Received: (qmail 46505 invoked by uid 99); 21 Nov 2008 10:00:36 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 Nov 2008 02:00:36 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of kerr.rainey@gmail.com designates 209.85.128.191 as permitted sender) Received: from [209.85.128.191] (HELO fk-out-0910.google.com) (209.85.128.191) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 Nov 2008 09:59:13 +0000 Received: by fk-out-0910.google.com with SMTP id 19so927778fkr.12 for ; Fri, 21 Nov 2008 01:59:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender :to:subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references :x-google-sender-auth; bh=v4CWPRFdLvYM+QevGn5p5vg5H3yZLiS4urCXU1spYuk=; b=iy39yThRKJEMSEJ8cymP3AFBICHJ9DMYCKFBuwV/XEoq+myOiwBeVdKIqSteUydtJC PYv7jmS/d1w7v4Vc3hPx/WZeKiY/ldfxZ4fDf38hloRZfZirrsGX75tuu3U7ByFrs75+ Hm0tbtj1nDA7tRYn5WiClopKWsWgzT7DWMrHE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references:x-google-sender-auth; b=LqEoFNO6+Y+vuZqnWddruNfqH/YddjWj5deW2OexHV2ydDjhL0dGaiMKo/eLbUR/d9 8UrBiXTyt3x06t1L2aw2SED7k8GPu87jumOgGZWbsvRidbD6nBIC1CJDiYg1G3cURtkx yUNKubgIwC/7u47bQBdWPXBD5zfn/RXUI1xps= Received: by 10.181.142.13 with SMTP id u13mr137431bkn.9.1227261587794; Fri, 21 Nov 2008 01:59:47 -0800 (PST) Received: by 10.181.220.6 with HTTP; Fri, 21 Nov 2008 01:59:47 -0800 (PST) Message-ID: <5e6458d0811210159j50c6ab41s43f8282392f3662b@mail.gmail.com> Date: Fri, 21 Nov 2008 09:59:47 +0000 From: "Kerr Rainey" Sender: kerr.rainey@gmail.com To: couchdb-user@incubator.apache.org Subject: Re: Adding JS Libraries for Views? In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <49256E44.80301@silencegreys.com> <5e6458d0811200636k7c02920cqfde85d31f93e3c80@mail.gmail.com> X-Google-Sender-Auth: 5bf106f6fe2bf7ea X-Virus-Checked: Checked by ClamAV on apache.org 2008/11/21 Chris Anderson : > this is good because you want the view to be erased if you change the > code that generates it. Yes, there is certainly a dependency. If there was a separate design doc that held js libs for a view, then you would want updates to the lib to trigger a rebuild of the view. But having tools that will put the lib ib the view doc automatically is a pretty good work around. -- Kerr