docpad-plugin-thumbnails icon indicating copy to clipboard operation
docpad-plugin-thumbnails copied to clipboard

Doesn't work with `raw` plugin

Open tinacious opened this issue 11 years ago • 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?

tinacious avatar Nov 15 '14 01:11 tinacious

You can check imagin plugin its drop in replacement of thumbnails plugin with raw plugin support.

dimitarkolev avatar Nov 30 '14 09:11 dimitarkolev

Thanks @dimitarkolev, docpad-plugin-imagin worked.

RobLoach avatar Feb 17 '15 20:02 RobLoach