You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by lu...@apache.org on 2015/06/02 12:26:15 UTC

[21/49] incubator-kylin git commit: fix Gruntfile.js issue , unable to compress js

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
Commit: 582e9412200319521add67682e9d754ac8a92890
Parents: 07abda6
Author: jiazhong <ji...@ebay.com>
Authored: Fri May 29 16:25:24 2015 +0800
Committer: jiazhong <ji...@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',