middleman/middleman-core/lib
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
..
middleman Implemented Rubocop 2013-12-28 00:47:39 +00:00
middleman-core Fixes computation of parent. 2015-02-21 19:07:17 +01:00
middleman-more Rubcop found some new offenses 2015-01-08 14:55:03 +01:00
vendored-middleman-deps Unvendor padrino 2014-04-04 10:22:34 -07:00
middleman-core.rb Try to avoid *nix double load issue again 2015-02-17 09:39:59 -08:00