boot

:boot-clj: https://boot-clj.github.io/ — build tooling for Clojure. Dev chat in #boot-dev
2018-04-13T02:51:39.000171Z

what's the best way to simply concatenate some files (e.g. css files) with a boot task?

richiardiandrea 2018-04-13T04:52:41.000242Z

@seancorfield have you thought about clj-ify boot-new? it could be there new "standard" for materializing templates

richiardiandrea 2018-04-13T04:54:32.000136Z

I'll open an issue so that we don't forget ;)

seancorfield 2018-04-13T06:02:30.000013Z

@richiardiandrea You're a bad man! As if I don't have enough interesting projects to think about 🙂

😈 1
seancorfield 2018-04-13T06:51:18.000047Z

@richiardiandrea

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"...

💥 1
❤️ 1
richiardiandrea 2018-04-13T14:50:06.000777Z

Aaaaaaawesome 😃 :simple_smile: will try it out later on