Skip to content

Commit

Permalink
Merge pull request #15 from jasonkriss/master
Browse files Browse the repository at this point in the history
add swf to default filePattern
  • Loading branch information
Aaron Chambers committed Sep 23, 2015
2 parents 858357a + 23dd9eb commit d26e7f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ A directory within the `bucket` that the files should be uploaded in to.

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

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

### distDir

Expand Down
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ module.exports = {
name: options.name,
defaultConfig: {
region: 'us-east-1',
filePattern: '**/*.{js,css,png,gif,jpg,map,xml,txt,svg,eot,ttf,woff,woff2}',
filePattern: '**/*.{js,css,png,gif,jpg,map,xml,txt,svg,swf,eot,ttf,woff,woff2}',
prefix: '',
distDir: function(context) {
return context.distDir;
Expand Down

0 comments on commit d26e7f8

Please sign in to comment.