瀏覽代碼

included missing fonts

develop
Robin Thoni 8 年之前
父節點
當前提交
9d1612c744
共有 1 個檔案被更改,包括 6 行新增0 行删除
  1. 6
    0
      Gruntfile.js

+ 6
- 0
Gruntfile.js 查看文件

@@ -152,6 +152,12 @@ module.exports = function(grunt) {
152 152
                         cwd:'<%= globals.appFolder %>/',
153 153
                         src: ['<%= globals.staticFiles %>'],
154 154
                         dest: '<%= globals.releasePath %>'
155
+                    },
156
+                    {
157
+                        expand: true,
158
+                        cwd:'<%= globals.appFolder %>/bower_components/flat-ui/dist/fonts/',
159
+                        src: ['**'],
160
+                        dest: '<%= globals.releasePath %>/fonts/'
155 161
                     }
156 162
                 ]
157 163
             }

Loading…
取消
儲存