Skip to content

Commit 5994344

Browse files
author
Aaron Chambers
committed
Merge pull request #4 from lukemelia/file-pattern-additions
Include svg and webfonts in default filepattern
2 parents ddedfc8 + be90faa commit 5994344

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/utilities/validate-config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ module.exports = function(ui, config) {
1111

1212
var defaultConfig = {
1313
region: 'us-east-1',
14-
filePattern: '**/*.{js,css,png,gif,jpg,map,xml,txt}',
14+
filePattern: '**/*.{js,css,png,gif,jpg,map,xml,txt,svg,eot,ttf,woff,woff2}',
1515
prefix: ''
1616
};
1717

0 commit comments

Comments
 (0)