jimmynicol/ir-helper

Adding new sources

jgillman opened this issue · 1 comments

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 and assets1.mydomain.com. I've currently got image-resizer running on resizer0.mydomain.com.

I've got the following config:

IrHelper.configure do |config|
  config.cdn = "https://resizer0.mydomain.com"
end

I suspect this is already possible and I'm just doing it wrong, a working example in the readme could be helpful, too.

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.