Return-Path: X-Original-To: apmail-incubator-ambari-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-ambari-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4FF2910931 for ; Tue, 27 Aug 2013 17:27:25 +0000 (UTC) Received: (qmail 39721 invoked by uid 500); 27 Aug 2013 17:27:25 -0000 Delivered-To: apmail-incubator-ambari-dev-archive@incubator.apache.org Received: (qmail 39568 invoked by uid 500); 27 Aug 2013 17:27:20 -0000 Mailing-List: contact ambari-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ambari-dev@incubator.apache.org Delivered-To: mailing list ambari-dev@incubator.apache.org Received: (qmail 39559 invoked by uid 99); 27 Aug 2013 17:27:18 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Aug 2013 17:27:18 +0000 X-ASF-Spam-Status: No, hits=-5.0 required=5.0 tests=RCVD_IN_DNSWL_HI,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of tmckay@redhat.com designates 209.132.183.28 as permitted sender) Received: from [209.132.183.28] (HELO mx1.redhat.com) (209.132.183.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Aug 2013 17:27:13 +0000 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r7RHQpZE010680 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 27 Aug 2013 13:26:52 -0400 Received: from [10.36.116.102] (ovpn-116-102.ams2.redhat.com [10.36.116.102]) by int-mx12.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id r7RHQn0U019527; Tue, 27 Aug 2013 13:26:50 -0400 Message-ID: <1377624408.2248.15.camel@tmckaylt.redhat.com> Subject: Range of use of nodejs and brunch in the ambari build process From: Trevor McKay To: ambari-dev@incubator.apache.org Cc: rrati@redhat.com, croberts@redhat.com Date: Tue, 27 Aug 2013 13:26:48 -0400 Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.68 on 10.5.11.25 X-Virus-Checked: Checked by ClamAV on apache.org Hi folks, It appears that nodejs and brunch are only used in the ambari build process to generate static web content under the ambari-web directory. Is this true? That is, nodejs and brunch are not a requirement to build or run ambari-server or ambari-client assuming that the static content is available in the right location. Best, Trevor