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