From Boot to Deps: how to `sift`?

Hello everyone,

What’s would be the equivalent to boot sift ... using Clojure deps (whether it’s the CLI or the API) ? My goal is to move assets (CSS etc.) from a jar to another when packaging the final application. Or manually with a shell script, but how?

Thanks in advance for any pointer.

I found the solution. In a Makefile I simply extracted the jar with the jar -x command in a temporary directory and did my file copying with shell commands. Simple.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.