what's the best way to simply concatenate some files (e.g. css files) with a boot task?
@seancorfield have you thought about clj
-ify boot-new
? it could be there new "standard" for materializing templates
I'll open an issue so that we don't forget ;)
@richiardiandrea You're a bad man! As if I don't have enough interesting projects to think about 🙂
clj -Sdeps '{:deps {seancorfield/clj-new {:git/url "<https://github.com/seancorfield/clj-new>" :sha "653441d86834160124a94065c4d92a4a9ad12554"}}}' -m clj-new.create app myapp/clj-test
very much a work-in-progress but that first version "works"...Aaaaaaawesome 😃 :simple_smile: will try it out later on