You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by yu...@apache.org on 2017/05/03 00:36:56 UTC

ambari git commit: AMBARI-20914. Files view does not build due to new version of ember-cli-htmlbars-inline-precompile. (yusaku)

Repository: ambari
Updated Branches:
  refs/heads/branch-2.4 3da6ab38d -> 4578b7e3a


AMBARI-20914. Files view does not build due to new version of ember-cli-htmlbars-inline-precompile. (yusaku)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/4578b7e3
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/4578b7e3
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/4578b7e3

Branch: refs/heads/branch-2.4
Commit: 4578b7e3a74320aeb98455e69d698ba40685c910
Parents: 3da6ab3
Author: Yusaku Sako <yu...@hortonworks.com>
Authored: Tue May 2 17:36:38 2017 -0700
Committer: Yusaku Sako <yu...@hortonworks.com>
Committed: Tue May 2 17:36:38 2017 -0700

----------------------------------------------------------------------
 contrib/views/files/src/main/resources/ui/package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/4578b7e3/contrib/views/files/src/main/resources/ui/package.json
----------------------------------------------------------------------
diff --git a/contrib/views/files/src/main/resources/ui/package.json b/contrib/views/files/src/main/resources/ui/package.json
index d15c5c9..24da458 100644
--- a/contrib/views/files/src/main/resources/ui/package.json
+++ b/contrib/views/files/src/main/resources/ui/package.json
@@ -32,7 +32,7 @@
     "ember-cli-flash": "1.3.8",
     "ember-cli-font-awesome": "1.4.0",
     "ember-cli-htmlbars": "^1.0.1",
-    "ember-cli-htmlbars-inline-precompile": "^0.3.1",
+    "ember-cli-htmlbars-inline-precompile": "0.3.6",
     "ember-cli-inject-live-reload": "^1.3.1",
     "ember-cli-less": "1.5.3",
     "ember-cli-qunit": "^1.1.0",