Skip to content

Commit eeb0914

Browse files
authored
Save woff2 to fonts dir by default (#125)
1 parent 536fcad commit eeb0914

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/config/defaults.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ var config = {
1717
{ directory: 'images', extensions: ['.png', '.jpg', '.jpeg', '.gif'] },
1818
{ directory: 'js', extensions: ['.js'] },
1919
{ directory: 'css', extensions: ['.css'] },
20-
{ directory: 'fonts', extensions: ['.ttf', '.woff', '.eot', '.svg'] }
20+
{ directory: 'fonts', extensions: ['.ttf', '.woff', '.woff2', '.eot', '.svg'] }
2121
],
2222
request: {
2323
encoding: 'binary',

0 commit comments

Comments
 (0)