You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I confirm that this is an issue rather than a question.
Bug report
Including a snippet fails if there is a space anywhere in the path name. This snippet:
<<< @/docs/dev/tools/Test File.js
Results in an error showing the cut-off filename:
Not found: /Users/myuser/dev/my-cool-website/docs/dev/tools/Test
This happens if the space is in the @ alias (for cwd) -- I can rename the files under docs/, but when this builds in my CI env, there's a space that is outside of my control, which is really unfortunate!
Version
I am using 0.14.10.
Looking at the snippet code in the 1.x branch, I believe 1.x would be affected as well.
Bug report
Including a snippet fails if there is a space anywhere in the path name. This snippet:
Results in an error showing the cut-off filename:
This happens if the space is in the
@
alias (for cwd) -- I can rename the files underdocs/
, but when this builds in my CI env, there's a space that is outside of my control, which is really unfortunate!Version
I am using 0.14.10.
Looking at the snippet code in the 1.x branch, I believe 1.x would be affected as well.
Steps to reproduce
Test Doc.js
Test Doc.js
fileWhat is expected?
The snippet should be included in the page.
What is actually happening?
The snippet is not being included in the page.
Other relevant information
The text was updated successfully, but these errors were encountered: