Ulf Olsson
Ulf Olsson
I had a similar problem in beta-6, and I patched the source files in just two places: Helpers.swift: (lines 12-14) public func path(for symbol: Symbol, with baseURL: String) -> String...
It seems "\\" got edited away, Generate.swift changes should ofc be Generate.swift: (lines: 140-142) case .html: //filename = "\\($0.key)/index.html" filename = "\\($0.key).html" } Seems to happen when you paste code...
Of course there were another change necessary due to Extensions, which shows that one should never assume a 5 minutes fix is enough. For the interested, change row 133 in...
Just reinstalled the latest unmodified version, and started a web server. I get the "No such file or directory" which I got before I made my changes. But I understand...
@mattt I see your viewpoint much clearer now after generating my oh so meager documentation for the code. I wrote scripts generating the documentation in the projects and changed to...