Fork me on GitHub
#boot
<
2017-03-11
>
dominicm13:03:21

@chillenious I use it with Vim 🙂

qqq14:03:16

is there a way to have files in src/.... that are ignored by the cljs compiler ?

richiardiandrea18:03:33

@qqq you can sift them away I guess, do they need to end up in the final artifact?

qqq22:03:58

@richiardiandrea : no, they're files some macro reads in and spits out

qqq22:03:15

so I have a macro that reads in these *.qqq files, then inline spits out cljs code

richiardiandrea22:03:10

if not then sift --include a-regex --invert should exclude them