middleman/middleman-more
Tim Bates 2117cbac79 Make directory_indexes check the destination_path
If the destination_path matches the index_file but the original path
does not (as can happen with proxied resources) then directory_indexes
will add the index file a second time, e.g. resource.path = "myres.html"
and resource.destination_path = "myres/index.html" then
directory_indexes will convert this to resource.destination_path =
"myres/index/index.html". This patch fixes that by making
directory_indexes check the destination_path when determining whether to
reroute.
2012-07-12 15:02:48 +09:30
..
features version bump [ci skip] 2012-07-04 16:47:01 -07:00
fixtures Add tests for more implied extensions 2012-07-04 16:45:27 -07:00
lib Make directory_indexes check the destination_path 2012-07-12 15:02:48 +09:30
.gemtest enable gemtest at a per-gem level 2012-01-02 14:48:47 -08:00
middleman-more.gemspec Update execjs dep, hopefully fixing therubyrhino on JRuby 2012-07-07 16:30:50 -07:00
Rakefile setup rakefile for windows build 2012-01-05 20:34:24 -08:00