Return-Path: X-Original-To: apmail-incubator-ambari-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-ambari-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 07377E3F0 for ; Fri, 25 Jan 2013 02:46:47 +0000 (UTC) Received: (qmail 97768 invoked by uid 500); 25 Jan 2013 02:46:46 -0000 Delivered-To: apmail-incubator-ambari-commits-archive@incubator.apache.org Received: (qmail 97717 invoked by uid 500); 25 Jan 2013 02:46:46 -0000 Mailing-List: contact ambari-commits-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-commits@incubator.apache.org Received: (qmail 97698 invoked by uid 99); 25 Jan 2013 02:46:46 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Jan 2013 02:46:46 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Jan 2013 02:46:44 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id D98EF23888D2; Fri, 25 Jan 2013 02:46:25 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1438300 - in /incubator/ambari/trunk: CHANGES.txt ambari-web/config.coffee ambari-web/package.json ambari-web/pom.xml Date: Fri, 25 Jan 2013 02:46:25 -0000 To: ambari-commits@incubator.apache.org From: yusaku@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20130125024625.D98EF23888D2@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: yusaku Date: Fri Jan 25 02:46:25 2013 New Revision: 1438300 URL: http://svn.apache.org/viewvc?rev=1438300&view=rev Log: AMBARI-1253. Use ember-precompiler-brunch npm plugin. (yusaku) Modified: incubator/ambari/trunk/CHANGES.txt incubator/ambari/trunk/ambari-web/config.coffee incubator/ambari/trunk/ambari-web/package.json incubator/ambari/trunk/ambari-web/pom.xml Modified: incubator/ambari/trunk/CHANGES.txt URL: http://svn.apache.org/viewvc/incubator/ambari/trunk/CHANGES.txt?rev=1438300&r1=1438299&r2=1438300&view=diff ============================================================================== --- incubator/ambari/trunk/CHANGES.txt (original) +++ incubator/ambari/trunk/CHANGES.txt Fri Jan 25 02:46:25 2013 @@ -25,6 +25,8 @@ Trunk (unreleased changes): IMPROVEMENTS + AMBARI-1253. Use ember-precompiler-brunch npm plugin. (yusaku) + AMBARI-1236. Display a progress bar during deploy prep. (yusaku) AMBARI-1249. Update mock data to make App.testMode work. (yusaku) Modified: incubator/ambari/trunk/ambari-web/config.coffee URL: http://svn.apache.org/viewvc/incubator/ambari/trunk/ambari-web/config.coffee?rev=1438300&r1=1438299&r2=1438300&view=diff ============================================================================== --- incubator/ambari/trunk/ambari-web/config.coffee (original) +++ incubator/ambari/trunk/ambari-web/config.coffee Fri Jan 25 02:46:25 2013 @@ -78,6 +78,10 @@ exports.config = precompile: true defaultExtension: 'hbs' joinTo: 'javascripts/app.js' : /^app/ + paths: + jquery: 'vendor/scripts/jquery-1.7.2.min.js' + handlebars: 'vendor/scripts/handlebars-1.0.0.beta.6.js' + ember: 'vendor/scripts/ember-latest.js' server: port: 3333 Modified: incubator/ambari/trunk/ambari-web/package.json URL: http://svn.apache.org/viewvc/incubator/ambari/trunk/ambari-web/package.json?rev=1438300&r1=1438299&r2=1438300&view=diff ============================================================================== --- incubator/ambari/trunk/ambari-web/package.json (original) +++ incubator/ambari/trunk/ambari-web/package.json Fri Jan 25 02:46:25 2013 @@ -18,7 +18,7 @@ "css-brunch":">= 1.0 < 1.5", "uglify-js-brunch":">= 1.0 < 1.5", "clean-css-brunch":">= 1.0 < 1.5", - "ember-handlebars-brunch":"git://github.com/icholy/ember-handlebars-brunch.git", + "ember-precompiler-brunch":">= 1.0 < 1.5", "less-brunch":">= 1.0 < 1.5" }, "devDependencies":{ Modified: incubator/ambari/trunk/ambari-web/pom.xml URL: http://svn.apache.org/viewvc/incubator/ambari/trunk/ambari-web/pom.xml?rev=1438300&r1=1438299&r2=1438300&view=diff ============================================================================== --- incubator/ambari/trunk/ambari-web/pom.xml (original) +++ incubator/ambari/trunk/ambari-web/pom.xml Fri Jan 25 02:46:25 2013 @@ -80,6 +80,7 @@ +