rules_jsonnet icon indicating copy to clipboard operation
rules_jsonnet copied to clipboard

Library with data in a nested workspace

Open mtsgrd opened this issue 7 years ago • 0 comments

I have a jsonnet_library in an external workspace that uses importstr to load a text file included in the data attribute. This only works if I add an external/... prefix to the import paths, which then doesn't work when developing that imported project separately. Does anyone have any idea of how to solve this?

mtsgrd avatar Nov 29 '18 22:11 mtsgrd