Open jgillman opened 9 years ago
To add a bit more background:
All of our assets (images, stylesheets, javascript, and pdfs) are served off of assets0.mydomain.com
and assets1.mydomain.com
. image-resizer won't pass through non-image files, so we have a separate CDN, resizer0.mydomain.com
, which is specifically for image-resizer.
I'm not quite sure how to add a new source for the helpers to parse correctly.
My assets are served from
assets0.mydomain.com
andassets1.mydomain.com
. I've currently got image-resizer running onresizer0.mydomain.com
.I've got the following config:
I suspect this is already possible and I'm just doing it wrong, a working example in the readme could be helpful, too.