faassen / bowerstatic

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

use os.path.abspath in module_relative_path #53

Closed faassen closed 8 years ago

faassen commented 9 years ago

This way relative paths that contain dots will resolve to the proper path that bowerstatic understands.

taschini commented 8 years ago

I believe that #63 has taken care of that. Or did you have something else in mind?

faassen commented 8 years ago

Yes, I think this fixes it, thanks!