apsislabs / jekyll-tidy

A gem for tidying Jekyll HTML output
MIT License
42 stars 5 forks source link

Req: Enhance exclude option to support globs #5

Closed ncallaway closed 7 years ago

ncallaway commented 7 years ago

Enhance the exclude configuration option to better support globs and ignoring full directories.

exclude: [bin/**/*.jpg] should ignore all files ending in jpg within the 'bin' directory exclude: [obj/] should ignore all files within the obj directory