Closed akagomez closed 8 years ago
The heart of this bug appears to be that when we calculate relative paths for located resources we assume the path of the importer is normalized. Including '../' in the base path causes additional '../' in the output, resulting in this bug. Working on a fix.
I've confirmed this is the issue and have a fix that works. Will put the change up once I get a chance to add a test for it.
Thank you @nlundquist!
no problem @akagomez. when you get a chance can you try that branch and confirm it resolves your case? after that i'll merge down and make a patch release
@nlundquist Works beautifully!
Results in:
It looks like the locate hook is working, but it's not being made relative to the html page.
Originally posted here: https://github.com/donejs/css/issues/40