I am current transpiling a front end react app wit...
# general
p
I am current transpiling a front end react app with a shell command. I need to put these assets into a pex binary… is there a way I could have the output directories of the shell command be a resource? I tried to put the output dir as a resource source but it complained.
1
b
I can't dig up the docs right now, but there's some targets for converting called something like
experimental_wrap_as_resource
, IIRC
c
Copy code
❯ pants experimental_wrap_as_resources --help
p
Ahhhh thanks! 😃