You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by zh...@apache.org on 2015/05/27 14:33:56 UTC

incubator-kylin git commit: KYLIN-784 fix grunt.json format error issue

Repository: incubator-kylin
Updated Branches:
  refs/heads/0.8.0 4d3602838 -> 49e998854


KYLIN-784 fix grunt.json format error issue


Project: http://git-wip-us.apache.org/repos/asf/incubator-kylin/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-kylin/commit/49e99885
Tree: http://git-wip-us.apache.org/repos/asf/incubator-kylin/tree/49e99885
Diff: http://git-wip-us.apache.org/repos/asf/incubator-kylin/diff/49e99885

Branch: refs/heads/0.8.0
Commit: 49e9988547800b8f5a9b65d46e8bf94d259a362b
Parents: 4d36028
Author: jiazhong <ji...@ebay.com>
Authored: Wed May 27 20:33:16 2015 +0800
Committer: jiazhong <ji...@ebay.com>
Committed: Wed May 27 20:33:37 2015 +0800

----------------------------------------------------------------------
 webapp/grunt.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/49e99885/webapp/grunt.json
----------------------------------------------------------------------
diff --git a/webapp/grunt.json b/webapp/grunt.json
index 6ce1612..d89af30 100755
--- a/webapp/grunt.json
+++ b/webapp/grunt.json
@@ -61,8 +61,8 @@
                 "app/css/AdminLTE.css",
                 "app/css/skins/_all-skins.min.css",
                 "app/components/bootstrap-sweetalert/lib/sweet-alert.css",
-                "app/components/angular-bootstrap-nav-tree/dist/abn_tree.css"
-                "tmp/css/styles.css",
+                "app/components/angular-bootstrap-nav-tree/dist/abn_tree.css",
+                "tmp/css/styles.css"
             ],
             "dest": "tmp/css/styles.min.css"
         }