Repository: incubator-kylin Updated Branches: refs/heads/0.7.1-staging 07abda64a -> 582e94122
fix Gruntfile.js issue ,unable to compress js Project: http://git-wip-us.apache.org/repos/asf/incubator-kylin/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-kylin/commit/582e9412 Tree: http://git-wip-us.apache.org/repos/asf/incubator-kylin/tree/582e9412 Diff: http://git-wip-us.apache.org/repos/asf/incubator-kylin/diff/582e9412 Branch: refs/heads/0.7.1-staging Commit: 582e9412200319521add67682e9d754ac8a92890 Parents: 07abda6 Author: jiazhong <jiazh...@ebay.com> Authored: Fri May 29 16:25:24 2015 +0800 Committer: jiazhong <jiazh...@ebay.com> Committed: Fri May 29 16:25:24 2015 +0800 ---------------------------------------------------------------------- webapp/Gruntfile.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/582e9412/webapp/Gruntfile.js ---------------------------------------------------------------------- diff --git a/webapp/Gruntfile.js b/webapp/Gruntfile.js index 972616c..64dc859 100644 --- a/webapp/Gruntfile.js +++ b/webapp/Gruntfile.js @@ -144,7 +144,7 @@ module.exports = function (grunt) { }, htmlrefs: { dist: { - src: 'tmp/index.md', + src: 'tmp/index.html', dest: 'tmp/' }, options: { @@ -194,7 +194,7 @@ module.exports = function (grunt) { ] }, manifest: { - src: ['tmp/index.md'], + src: ['tmp/index.html'], actions: [ { name: 'manifest',