You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by bo...@apache.org on 2018/09/04 03:11:18 UTC

[kylin] branch 2.5.x updated: minor, fix grunt script - font build

This is an automated email from the ASF dual-hosted git repository.

boblu pushed a commit to branch 2.5.x
in repository https://gitbox.apache.org/repos/asf/kylin.git


The following commit(s) were added to refs/heads/2.5.x by this push:
     new 08a5b3b  minor, fix grunt script - font build
08a5b3b is described below

commit 08a5b3b48f184e0dc4faa90be6b968cac1864131
Author: Emiya0306 <wo...@qq.com>
AuthorDate: Mon Sep 3 13:52:35 2018 +0800

    minor, fix grunt script - font build
---
 webapp/Gruntfile.js | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/webapp/Gruntfile.js b/webapp/Gruntfile.js
index d871f4f..a977a73 100644
--- a/webapp/Gruntfile.js
+++ b/webapp/Gruntfile.js
@@ -107,6 +107,12 @@ module.exports = function (grunt) {
           },
           {
             expand: true,
+            cwd: 'app',
+            src: ['fonts/*'],
+            dest: 'dist/'
+          },
+          {
+            expand: true,
             cwd: 'app/components/ace/',
             src: ['fonts/*'],
             dest: 'dist/'