ソースを参照

added missing files in grunt release

tags/v0.1.0
Robin Thoni 7年前
コミット
21d012d099
1個のファイルの変更3行の追加2行の削除
  1. 3
    2
      Gruntfile_app.js

+ 3
- 2
Gruntfile_app.js ファイルの表示

@@ -22,7 +22,8 @@ module.exports = function(grunt) {
22 22
                 'views/**/*.html',
23 23
                 'index.html',
24 24
                 'img/**',
25
-                'fonts/**'
25
+                'fonts/**',
26
+                'translations/**'
26 27
             ]
27 28
         },
28 29
         useminPrepare: {
@@ -120,7 +121,7 @@ module.exports = function(grunt) {
120 121
                     },
121 122
                     {
122 123
                         expand: true,
123
-                        cwd:'<%= globals.appFolder %>/../bower_components/flat-ui/dist/fonts/',
124
+                        cwd:'<%= globals.appFolder %>/../bower_components/components-font-awesome/fonts/',
124 125
                         src: ['**'],
125 126
                         dest: '<%= globals.releasePath %>/fonts/'
126 127
                     }

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