style: fix missing fonts on pow

This commit is contained in:
5chdn 2018-12-03 14:15:49 +01:00
parent 69d8bfa943
commit d16c15b458
No known key found for this signature in database
GPG Key ID: 1A40871B597F5F80
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ module.exports = function(grunt) {
{
expand: true,
cwd: 'src/pow/fonts/',
src: ['minimal-*.*'],
src: ['*.*'],
dest: 'dist/fonts/',
filter: 'isFile'
},