jekyll-responsive-image/lib/jekyll/responsive_image
Joseph Wynn 0d3f099057 Fix for using a custom `source` directory
Paths are still passed around as relative. Code which needs to read files
(images, templates) and code which needs to manipulate paths
(Jekyll::ResponsiveImage::Utils#image_hash) has to be aware of the site source
path.

This got a bit messy in the end, but I couldn't find a better way without doing
a big refactor of the entire plugin.
2016-10-11 23:25:43 +01:00
..
block.rb Another refactor to try and avoid `include` 2016-10-11 23:25:43 +01:00
config.rb Fix for using a custom `source` directory 2016-10-11 23:25:43 +01:00
extra_image_generator.rb Fix for using a custom `source` directory 2016-10-11 23:25:43 +01:00
image_processor.rb Fix for using a custom `source` directory 2016-10-11 23:25:43 +01:00
render_cache.rb Another refactor to try and avoid `include` 2016-10-11 23:25:43 +01:00
renderer.rb Fix for using a custom `source` directory 2016-10-11 23:25:43 +01:00
resize_handler.rb Fix for using a custom `source` directory 2016-10-11 23:25:43 +01:00
tag.rb Another refactor to try and avoid `include` 2016-10-11 23:25:43 +01:00
utils.rb Fix for using a custom `source` directory 2016-10-11 23:25:43 +01:00
version.rb Another refactor to try and avoid `include` 2016-10-11 23:25:43 +01:00