Skip to content

Commit ad0a283

Browse files
committed
Merge pull request #8 from jasonkriss/modify-file-pattern
add ico to default filePattern
2 parents d71fb8f + a4d5b11 commit ad0a283

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
@@ -56,7 +56,7 @@ For detailed information on how configuration of plugins works, please refer to
5656

5757
Files matching this pattern will be gzipped.
5858

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

6161
### distDir
6262

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ module.exports = {
2020
var DeployPlugin = DeployPluginBase.extend({
2121
name: options.name,
2222
defaultConfig: {
23-
filePattern: '**/*.{js,css,png,gif,jpg,map,xml,txt,svg,swf,eot,ttf,woff,woff2}',
23+
filePattern: '**/*.{js,css,png,gif,ico,jpg,map,xml,txt,svg,swf,eot,ttf,woff,woff2}',
2424
zopfli: false,
2525
distDir: function(context){
2626
return context.distDir;

0 commit comments

Comments
 (0)