-
-
Notifications
You must be signed in to change notification settings - Fork 7.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
File does not exist error with mounts #6165
Comments
Just reproduced on Linux Mint 19.2 so it must not be related to the operating system.
|
I was just about to say that it's probably a "Windows slash issue" ... I will have a look at it. |
OK, I see what's happening. I will ponder a little on what the simplest fix is. |
Thanks! It's the only thing blocking us to use this feature on Bootstrap :)
And then I'll try to get rid of the version number from our source folders.
…On Thu, Aug 8, 2019, 22:27 Bjørn Erik Pedersen ***@***.***> wrote:
OK, I see what's happening. I will ponder a little on what the simplest
fix is.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#6165?email_source=notifications&email_token=AACVLNKNO3AGCAHCG6TPJOTQDRXQXA5CNFSM4IJILBTKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD34U5TI#issuecomment-519655117>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AACVLNN2JTWKD7H23BYUM7LQDRXQXANCNFSM4IJILBTA>
.
|
@bep: I just tried v0.57.0 (Hugo Static Site Generator v0.57.0-9B00E647 windows/amd64 BuildDate: 2019-08-14T08:05:40Z) and I still get the same error on Windows.
I will try on Linux later. |
@bep: confirmed, still happens on Linux Mint too:
|
@XhmikosR a closed issue is a... closed issue. If you think this still is an issue => open a new issue. But before doing so, please confirm that you are on the correct version. I have confirmed this fixed on MacOS and I would be surprised if Linux should behave differently. |
I just didn't want to make a new issue about the same thing, but I'll create a new one now. The issue is definitely there for me. |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
While trying to make use of the new mount features, I can consistently reproduce the "file does not exist" errors.
Steps to reproduce:
git clone https://github.com/twbs/bootstrap.git -b master-xmr-hugo-2
npm i
npm run docs-serve
dist/css/bootstrap.css
Result:
This is with Hugo 0.56.3 on Windows 10 64-bit, but it seems to happen on macOS too.
If I modify any non-static file and Hugo rebuilds, then the error goes away.
The text was updated successfully, but these errors were encountered: