jekyll-webp
jekyll-webp copied to clipboard
'Exclude' config is ignored
In your README it says
# List of files or directories to exclude
# e.g. custom or hand generated webp conversion files
exclude: []
but it seems it was never implemented:
https://github.com/sverrirs/jekyll-webp/blob/22a08ecb6e604045942d7a2032d34c009c9fd7a7/lib/jekyll-webp/webpGenerator.rb#L64
I haven't needed to use this feature. I'd be happy to review a PR if you have the time to implement this?
Alright, you just have to bear with me, ruby is not my strongest suite :)
No problem, I feel that a technically sound language agnostic solution is superior to any Ruby specific code. We can polish the rubyesque of the code together after ;)