Hi,
the paths to the screenshots for the slices are referenced in .slicemachine/libraries.-states.json
, but slicemachine uses absolute paths in the JSON.
e.g.:
"screenshotPaths": {
"default-slice": {
"path": "/Users/xxx/yyy/src/slices/CallToAction/default-slice/preview.png",
"width": 300,
"height": 50
}
}
This is problematic for us, as we commit this directory and of course not all of our developers share the same root filesystem
Is there any configuration option to use relative paths?
Thanks in advance for any hints!
Best regards,
Adrian