Skip to content

Commit 37730bc

Browse files
committed
add ico to default filePattern
1 parent d26e7f8 commit 37730bc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ A directory within the `bucket` that the files should be uploaded in to.
9595

9696
Files that match this pattern will be uploaded to S3. The file pattern must be relative to `distDir`.
9797

98-
*Default:* '**/*.{js,css,png,gif,jpg,map,xml,txt,svg,swf,eot,ttf,woff,woff2}'
98+
*Default:* '**/*.{js,css,png,gif,ico,jpg,map,xml,txt,svg,swf,eot,ttf,woff,woff2}'
9999

100100
### distDir
101101

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ module.exports = {
1414
name: options.name,
1515
defaultConfig: {
1616
region: 'us-east-1',
17-
filePattern: '**/*.{js,css,png,gif,jpg,map,xml,txt,svg,swf,eot,ttf,woff,woff2}',
17+
filePattern: '**/*.{js,css,png,gif,ico,jpg,map,xml,txt,svg,swf,eot,ttf,woff,woff2}',
1818
prefix: '',
1919
distDir: function(context) {
2020
return context.distDir;

0 commit comments

Comments
 (0)