You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add ignorePattern option for removing specific files
I created this specifically so I could exclude index.json from compression and still include all other .json files.
It may be possible to do this with filePattern alone, but I wasn't able to figure that out.
Files matching this pattern will *not* be gzipped even if they match filePattern
63
+
64
+
*Default:* null
65
+
60
66
### distDir
61
67
62
68
The root directory where the files matching `filePattern` will be searched for. By default, this option will use the `distDir` property of the deployment context, provided by [ember-cli-deploy-build][2].
0 commit comments