Fork me on GitHub
#boot
<
2018-04-13
>
thedavidmeister02:04:39

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

richiardiandrea04:04:41

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

richiardiandrea04:04:32

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

seancorfield06:04:30

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

😈 4
seancorfield06:04:18

@richiardiandrea

clj -Sdeps '{:deps {seancorfield/clj-new {:git/url "" :sha "653441d86834160124a94065c4d92a4a9ad12554"}}}' -m clj-new.create app myapp/clj-test
very much a work-in-progress but that first version "works"...

❤️ 4
💥 4
richiardiandrea14:04:06

Aaaaaaawesome 😃 simple_smile will try it out later on