middleman/middleman-core/lib/middleman-core/sitemap
Thomas Ritz 262e976790 Fixes computation of parent.
If there is a file without a basename in root, e.g. `.htaccess`,
`#parent` of another file in root finds `.htaccess` instead of
`index.html`.

Adding the `.htaccess` to the traversal-app fixture exposes this error.
The fix is to no longer scan for possible files if we know the parent
must be root.
2015-02-21 19:07:17 +01:00
..
extensions Fixes computation of parent. 2015-02-21 19:07:17 +01:00
queryable.rb rubocop 2: the reckoning 2014-04-29 10:44:24 -07:00
resource.rb More URI encoding and decoding. Addresses #1406 2014-11-19 10:39:48 -08:00
store.rb work with static partials. Closes #1206 2014-07-18 10:54:48 -07:00