Closed verm closed 8 years ago
What version of inliner are you using? IIRC querystrings web supposed to be stripped (in another bug fix some months ago).
1.8.0 is what Node installed. I didn't think to try the Git version, sigh. I will give it a shot later and report back.
Great software -- works very well!
When loading a file from the filesystem some URLs won't load for example:
ENOENT, open '//build/singlehtml/_static/fonts/fontawesome-webfont.eot?v=4.2.0'
I'm merging htmlsingle ouput from Sphinx into one file. If I parse the file and remove the
?v=4.2.0
it works perfectly.Thank you!