-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Description
File lookup fails in case the revisioned file is located in a parallel directory to the source file and the url is root-relative:
/css/revisioned_file.css
/includes/source_file.html <-- Link in source file is src="/css/revisioned_file.css"
The plugin fails to locate the .css file relative to the .html file. Changing link to src="../css/revisioned_file.css/" works, but isn't ideal.
Perhaps, an option to specify "base" directory?
czlatea, imsunf, hupfis, mccambridge and buob
Metadata
Metadata
Assignees
Labels
No labels