Browse Source

included missing fonts

develop
Robin Thoni 8 years ago
parent
commit
9d1612c744
1 changed files with 6 additions and 0 deletions
  1. 6
    0
      Gruntfile.js

+ 6
- 0
Gruntfile.js View File

152
                         cwd:'<%= globals.appFolder %>/',
152
                         cwd:'<%= globals.appFolder %>/',
153
                         src: ['<%= globals.staticFiles %>'],
153
                         src: ['<%= globals.staticFiles %>'],
154
                         dest: '<%= globals.releasePath %>'
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…
Cancel
Save