edgecase / dieter

Asset pipeline ring middleware
134 stars 22 forks source link

Load file with same name as dir #6

Closed bostonaholic closed 12 years ago

bostonaholic commented 12 years ago

I had a problem with loading files which had the same name as a directory.

MANIFEST

[
  "./lib.js"
  "./lib/"
]

The lib.js was not loaded via Dieter.

I have supplied a test which shows my issue along with a possible solution.