ソースを参照

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
             }

読み込み中…
キャンセル
保存