hi. I see that most tasks generate output into .p...
# general
s
hi. I see that most tasks generate output into .pants.d. Is there a recommended way to find this output besides running find commands from the command line? Maybe a goal that dumps the current directory for a target? I would like to have scripts use output generated by pants tasks. My example is running babel against .jsx files. I’d like to copy these generated .js files somewhere.