-
Notifications
You must be signed in to change notification settings - Fork 406
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
dev branch: Config Paths only work with ./
prefix
#222
Comments
Absolute paths that would start with |
This affected my testing and hopeful use of #216 |
Thanks Evan. Hmm I thought I tested this quickly with source being a directory up, but you are right I made it relative - so clearly this needs a closer look before it lands or clearer constraints. |
./
prefix./
prefix
Now that #230 is in |
Tested this. Looks great! |
I'm seeing an issue when using paths in config that do not start with
./
: you can't do absolute paths or relative paths that start with../
.It appears to be from the use of
file.substring(2)
as an argument used inbuilder/patternlab.js:93
like this:The text was updated successfully, but these errors were encountered: