boot

:boot-clj: https://boot-clj.github.io/ — build tooling for Clojure. Dev chat in #boot-dev
flyboarder 2018-07-28T20:35:46.000052Z

@funyako.funyao156 no, every time you run (tmp/temp-dir!) it returns a new directory

flyboarder 2018-07-28T20:36:09.000032Z

if you save that reference you can use it again when the task reruns,

flyboarder 2018-07-28T20:36:23.000024Z

this lets you have per build or per task temp directories

flyboarder 2018-07-28T20:36:41.000003Z

either way between builds this directory is deleted

flyboarder 2018-07-28T20:36:51.000041Z

so each time boot starts it’s a new temp dir