Closed Znarkus closed 4 years ago
Can you share the contents of your dist
folder? Then we can take a look.
First intuition is were not handling the difference between links that end in slashes and non-slashes to the same asset very well. Looks like assetgraph's mechanism to uniquely identify different assets by adding a name differentiator was triggered
Yeah, it happens in https://github.com/Munter/hyperlink/blob/d07ea7caa8337bb68aa73221fac979435cfc4d10/lib/index.js#L485 when the target asset has already been visited. I've implemented a fix here: https://github.com/Munter/hyperlink/pull/183
Running hyperlink with
-p -v -r dist/index.html
and getting false negatives like this:Which is strange since
set-designer-1
is never referenced in any of the files indist/
. Any idea what's going on? I could send the dist/ folder if it would help, or if you could give me some pointers where I should start to debug :)