1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-06-28 16:48:00 +02:00

fix usemin task for fonts

This commit is contained in:
Matthias Kretschmann 2013-12-15 14:30:41 +01:00
parent 83aae1466e
commit ace41ceda5

View File

@ -202,7 +202,7 @@ module.exports = function(grunt){
options: {
dirs: '<%= config.build %>',
basedir: '<%= config.build %>',
assetsDirs: '<%= config.build %>'
assetsDirs: ['<%= config.build %>', '<%= config.build %>/assets/{css,js,img,fonts}']
}
},