Return-Path: X-Original-To: apmail-tez-commits-archive@minotaur.apache.org Delivered-To: apmail-tez-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 5F29F1835F for ; Tue, 29 Dec 2015 09:28:58 +0000 (UTC) Received: (qmail 40565 invoked by uid 500); 29 Dec 2015 09:28:52 -0000 Delivered-To: apmail-tez-commits-archive@tez.apache.org Received: (qmail 40518 invoked by uid 500); 29 Dec 2015 09:28:52 -0000 Mailing-List: contact commits-help@tez.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@tez.apache.org Delivered-To: mailing list commits@tez.apache.org Received: (qmail 40509 invoked by uid 99); 29 Dec 2015 09:28:51 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Dec 2015 09:28:51 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id C0831DFC8B; Tue, 29 Dec 2015 09:28:51 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: sree@apache.org To: commits@tez.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: tez git commit: TEZ-3016. Tez UI 2: Make bower dependency silent (sree) Date: Tue, 29 Dec 2015 09:28:51 +0000 (UTC) Repository: tez Updated Branches: refs/heads/TEZ-2980 f517105c0 -> ecd7ce363 TEZ-3016. Tez UI 2: Make bower dependency silent (sree) Project: http://git-wip-us.apache.org/repos/asf/tez/repo Commit: http://git-wip-us.apache.org/repos/asf/tez/commit/ecd7ce36 Tree: http://git-wip-us.apache.org/repos/asf/tez/tree/ecd7ce36 Diff: http://git-wip-us.apache.org/repos/asf/tez/diff/ecd7ce36 Branch: refs/heads/TEZ-2980 Commit: ecd7ce3638e71edcb1f2d3c64fd869509631b8a6 Parents: f517105 Author: Sreenath Somarajapuram Authored: Tue Dec 29 14:58:28 2015 +0530 Committer: Sreenath Somarajapuram Committed: Tue Dec 29 14:58:28 2015 +0530 ---------------------------------------------------------------------- TEZ-2980-CHANGES.txt | 1 + tez-ui2/README.md | 1 - tez-ui2/src/main/webapp/README.md | 1 - tez-ui2/src/main/webapp/package.json | 9 +++++---- 4 files changed, 6 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tez/blob/ecd7ce36/TEZ-2980-CHANGES.txt ---------------------------------------------------------------------- diff --git a/TEZ-2980-CHANGES.txt b/TEZ-2980-CHANGES.txt index 7130897..cb91f25 100644 --- a/TEZ-2980-CHANGES.txt +++ b/TEZ-2980-CHANGES.txt @@ -1,2 +1,3 @@ ALL CHANGES: TEZ-2982. Tez UI: Create tez-ui2 directory and get a basic dummy page working in ember 2.2 + TEZ-3016. Tez UI 2: Make bower dependency silent http://git-wip-us.apache.org/repos/asf/tez/blob/ecd7ce36/tez-ui2/README.md ---------------------------------------------------------------------- diff --git a/tez-ui2/README.md b/tez-ui2/README.md index a10f460..e4ce2f5 100644 --- a/tez-ui2/README.md +++ b/tez-ui2/README.md @@ -11,7 +11,6 @@ You will need the following things properly installed on your computer. * [Git](http://git-scm.com/) * [Node.js](http://nodejs.org/) (with NPM) -* [Bower](http://bower.io/) * [Ember CLI](http://www.ember-cli.com/) * [PhantomJS](http://phantomjs.org/) http://git-wip-us.apache.org/repos/asf/tez/blob/ecd7ce36/tez-ui2/src/main/webapp/README.md ---------------------------------------------------------------------- diff --git a/tez-ui2/src/main/webapp/README.md b/tez-ui2/src/main/webapp/README.md index 291e05f..fb8128e 100644 --- a/tez-ui2/src/main/webapp/README.md +++ b/tez-ui2/src/main/webapp/README.md @@ -11,7 +11,6 @@ You will need the following things properly installed on your computer. * [Git](http://git-scm.com/) * [Node.js](http://nodejs.org/) (with NPM) -* [Bower](http://bower.io/) * [Ember CLI](http://www.ember-cli.com/) * [PhantomJS](http://phantomjs.org/) http://git-wip-us.apache.org/repos/asf/tez/blob/ecd7ce36/tez-ui2/src/main/webapp/package.json ---------------------------------------------------------------------- diff --git a/tez-ui2/src/main/webapp/package.json b/tez-ui2/src/main/webapp/package.json index 7e474e3..38c76da 100644 --- a/tez-ui2/src/main/webapp/package.json +++ b/tez-ui2/src/main/webapp/package.json @@ -11,16 +11,17 @@ "build": "ember build", "start": "ember server", "test": "ember test", - "postinstall": "bower install" + "postinstall": "./node_modules/bower/bin/bower install" }, - "repository" : { - "type" : "git", - "url" : "https://git-wip-us.apache.org/repos/asf/tez.git" + "repository": { + "type": "git", + "url": "https://git-wip-us.apache.org/repos/asf/tez.git" }, "engines": { "node": ">= 0.10.0" }, "devDependencies": { + "bower": "^1.7.1", "broccoli-asset-rev": "^2.2.0", "ember-cli": "1.13.13", "ember-cli-app-version": "^1.0.0",