faassen / bowerstatic

Serve Bower-managed static resources using WSGI
BSD 3-Clause "New" or "Revised" License
49 stars 17 forks source link

Make sure path is normalised #57

Open ismail-s opened 9 years ago

ismail-s commented 9 years ago

On Windows, I have the situation where this path variable has forward and backward slashes in it. This makes sure all the slashes are the same and the correct type.

I have tried this locally and it works. Without this fix, bowerstatic doesn't work for me at all.