Alex Wood
Alex Wood
Note too that the appended resource _cannot_ have a leading slash. ``` [24] pry(#)> urify("https://localhost:8443/context/") + "/hi" => # [25] pry(#)> urify("https://localhost:8443/context/") + "hi" => # ``` This issue looks...
Thank you for the detailed report! My apologies for the tardy response: I was on vacation for the first part of this month. I will take a look and hopefully...
I've found one error. I'm using the name of a page (e.g. 'styles.scss') instead of the URL (e.g. 'styles.css') but it's still not working quite right. The first GET to...
No, that's not expected. Would you mind telling me what version of Jekyll you're using? Also if you wouldn't mind doing a test run with `--verbose` and then modifying your...