Skip to content
Snippets Groups Projects
Commit 5327cf5c authored by Alex Clemmer's avatar Alex Clemmer
Browse files

Add `vendor/` to Jsonnet paths

This resolves the first half of #68. When we `generate` using a
prototype from a vendored dependency, it often results in a compilation
error when we `apply`, because these prototypes usually depend on code
that exists in the dependency, and `vendor/` is not a part of the
Jsonnet search path.

This commit resolves this problem by adding it to the search path.
parent 06c4cc80
No related branches found
No related tags found
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment