- Changed behavior of the
excluded_files
option. Now accept wildcards, e.g.,foo-*.jpg
(#8)
Note that the exclude_files
option no longer supports paths. For example, if you excluded css/favicon.png
, change the entry to favicon.png
. This will exclude all files named favicon.png
in all directories.