docpad-plugin-thumbnails
docpad-plugin-thumbnails copied to clipboard
Doesn't work with `raw` plugin
This plugin appears to read from the static directory. The raw plugin allows you to put files in a separate directory to copy over without indexing as DocPad would with the static directory to speed up rendering. After switching to the raw plugin in an effort to speed up rendering and fix breakages from indexing lots of images, the thumbnails broke. Is there a way this could work with /src/raw/images instead of /src/static/images?
You can check imagin plugin its drop in replacement of thumbnails plugin with raw plugin support.
Thanks @dimitarkolev, docpad-plugin-imagin worked.