style: fix missing fonts on pow
This commit is contained in:
parent
69d8bfa943
commit
d16c15b458
@ -99,7 +99,7 @@ module.exports = function(grunt) {
|
|||||||
{
|
{
|
||||||
expand: true,
|
expand: true,
|
||||||
cwd: 'src/pow/fonts/',
|
cwd: 'src/pow/fonts/',
|
||||||
src: ['minimal-*.*'],
|
src: ['*.*'],
|
||||||
dest: 'dist/fonts/',
|
dest: 'dist/fonts/',
|
||||||
filter: 'isFile'
|
filter: 'isFile'
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user