docpad/docpad-plugin-thumbnails

Doesn't work with `raw` plugin

tinacious opened this issue · 2 comments

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.