style: fix missing fonts on pow

pull/1/head
5chdn 6 years ago
parent 69d8bfa943
commit d16c15b458
No known key found for this signature in database
GPG Key ID: 1A40871B597F5F80
  1. 2
      Gruntfile.js

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

Loading…
Cancel
Save