mfoemmel / fig

Fig is a utility for configuring environments and managing dependencies across a team of developers.
Other
81 stars 13 forks source link

support separate source and destination paths for resources #69

Open dchelimsky opened 11 years ago

dchelimsky commented 11 years ago

I want to build my resource in a subdirectory e.g. build, target, out, etc, and tell fig "grab build/foo.jar and package it in the project root". This would allow me to keep generated artifacts out of the local project root (making them easier to clean up in one go) but still have them end up where I want them when packaging using fig without resorting to otherwise unnecessary wrapper scripts.