__init__.py
9.09 KB
-
Fixed construct_asset_path for windows · 59804a70
in windows css_path will contain backslashes so using posixpath.dirname will not work properly. need to use os.path.dirname and then convert to posix
Idan Zalzberg committed