Procházet zdrojové kódy

included missing fonts

develop
Robin Thoni před 8 roky
rodič
revize
9d1612c744
1 změnil soubory, kde provedl 6 přidání a 0 odebrání
  1. 6
    0
      Gruntfile.js

+ 6
- 0
Gruntfile.js Zobrazit soubor

@@ -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
             }

Načítá se…
Zrušit
Uložit