eudicots / Cactus

Static site generator for designers. Uses Python and Django templates.
BSD 3-Clause "New" or "Revised" License
3.47k stars 313 forks source link

dotted directory in static/ produces 404 #168

Open fedelibre opened 9 years ago

fedelibre commented 9 years ago

If I link to an image in a dotted (hidden) directory inside static/, I get a 404. The same link to a non-dotted directory works fine:

200 GET /static/images/thumbs/file.jpg
404 GET /static/images/.thumbs/file.jpg

I'd prefer being able to use hidden directories in some cases (e.g. for thumbnails).

fedelibre commented 9 years ago

issue #146 might be related