Closed mattdesl closed 8 years ago
I think I ran into this the other day, but I wasn't sure what was going on. (Budo rocks btw!)
:+1: I had to make some changes to my project structure due to this. Would be nice to not need to...
Should be fixed in 6.1.0
. Let me know if you hit any issues.
Right now if you have a bunch of static paths with
--dir
, only the first one is checked for a defaultindex.html
. Instead it might be better to check all static paths for anindex.html
, and only fall back tosimple-html-index
if that fails.Failing test here: https://github.com/mattdesl/budo/blob/master/test/test-static-folders.js