Repository: ambari Updated Branches: refs/heads/trunk baa390918 -> ba479a20d
AMBARI-7120. Current trunk won't build. (yusaku) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/ba479a20 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/ba479a20 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/ba479a20 Branch: refs/heads/trunk Commit: ba479a20d80c189448958a3a10576f21954422e9 Parents: baa3909 Author: Yusaku Sako <[email protected]> Authored: Wed Sep 3 09:53:58 2014 -0700 Committer: Yusaku Sako <[email protected]> Committed: Wed Sep 3 09:53:58 2014 -0700 ---------------------------------------------------------------------- contrib/views/jobs/src/main/resources/ui/Gruntfile.js | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/ba479a20/contrib/views/jobs/src/main/resources/ui/Gruntfile.js ---------------------------------------------------------------------- diff --git a/contrib/views/jobs/src/main/resources/ui/Gruntfile.js b/contrib/views/jobs/src/main/resources/ui/Gruntfile.js index 185cd60..f5c13e6 100644 --- a/contrib/views/jobs/src/main/resources/ui/Gruntfile.js +++ b/contrib/views/jobs/src/main/resources/ui/Gruntfile.js @@ -291,7 +291,6 @@ module.exports = function (grunt) { ], dist: [ 'emberTemplates', - 'imagemin', 'svgmin', 'htmlmin' ]
