David Pullar
Results
2
issues of
David Pullar
Given `rootDir` (or lack thereof) is not respected during compilation, this essentially breaks relative paths that traverse outside of the current directory. #### BUILD ```py ts_project( name = "current-dir", srcs...
question
### What is the current behavior? Here's a simple use case where I would like to copy an external folder from our `node_modules`: `/dist/fonts` => `/material-design-icons-iconfont`. Currently, I seem to...
enhancement
help wanted