소스 검색

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…
취소
저장