I’m adding the ability to put a file in the `depen...
# development
h
I’m adding the ability to put a file in the
dependencies
field in BUILD files. Pants will find all the owners of the file; if there’s 1 owner, then we will generate a subtarget from that owner which precisely owns that file. Otherwise, we will error. What do y’all think about how to specify paths relative to the BUILD file, rather than relative to the BUILD root? Stu proposed `./`:
Copy code
./relative.txt
//global.txt
demo/foo.txt
🔥 1