-
-
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
Fail to sync changed static mounts when mount target is in sub folder #6209
Comments
OK, but this is a different case than #6165, which was: - source: dist
target: static/dist Your setup has "holes" in the directory structure, which makes them somehow unreachable: - source: dist
target: static/docs/4.3/dist Remember that this all ends up in one, big virtual filesystem, which is a tree of directories. I will have a look at this, but it looks a little odd. |
Ah, I see. I expected that to work already, but this explains why while investigating dropping the version folder from our structure causes failures. This specific issue in that branch only affects watch mode; the build seems to be fine. Thanks for looking into it! |
OK, a second look tells me that my original patch for this had some assumptions that didn't hold water very long. It's a bug, OK. |
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. |
Same as #6165 but now with v0.57.0.
Steps to reproduce:
git clone https://github.com/twbs/bootstrap.git -b master-xmr-hugo-reload-error
npm i
npm run docs-serve
dist/css/bootstrap.css
Result:
On Windows the path is different but the error the same:
The text was updated successfully, but these errors were encountered: