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/0c9601a6
Tree: http://git-wip-us.apache.org/repos/asf/tez/tree/0c9601a6
Diff: http://git-wip-us.apache.org/repos/asf/tez/diff/0c9601a6

Branch: refs/heads/TEZ-2980
Commit: 0c9601a609347cbd6fb92a3ce1a7029773ced02f
Parents: d072f3d
Author: Sreenath Somarajapuram <s...@apache.org>
Authored: Tue Dec 29 14:58:28 2015 +0530
Committer: Sreenath Somarajapuram <s...@apache.org>
Committed: Thu Feb 25 03:31:58 2016 +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/0c9601a6/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/0c9601a6/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/0c9601a6/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/0c9601a6/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",

Reply via email to