Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
brainfood
/
grunt-monty-python
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
f10dc79d
authored
2016-05-25 11:40:35 -0500
by
Adam Heath
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Fix font.extension lookup.
1 parent
c49631dc
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
grunt-monty-python.js
grunt-monty-python.js
View file @
f10dc79
...
...
@@ -583,7 +583,7 @@ module.exports = function (grunt) {
}
if
(
mpConfig
.
fonts
)
{
var
fontExtensionPattern
=
init
Config
.
fonts
.
extensions
||
'{eot,svg,ttf,woff,woff2}'
;
var
fontExtensionPattern
=
mp
Config
.
fonts
.
extensions
||
'{eot,svg,ttf,woff,woff2}'
;
initConfig
.
copy
.
font
=
{
files
:
[{
expand
:
true
,
...
...
Please
register
or
sign in
to post a comment