Fork me on GitHub
#boot
<
2017-09-19
>
minikomi07:09:39

I have a project which has a lot of images in the resource folder in nested folders

minikomi07:09:48

When I try to start up boot I get:

minikomi07:09:23

2017-09-19 16:17 java[5427] (FSEvents.framework) FSEventStreamStart: register_with_server: ERROR: f2d_register_rpc() => (null) (-21)

minikomi07:09:46

moving the folder out of the resource folder solves the problem..

minikomi07:09:35

Thought it might be the watch task, but just trying to run boot by itself to get a list of commands gives me pages of that message

minikomi07:09:35

~2000 items in resources folder

minikomi07:09:54

weird..looks like it might be the SIZE of the resources folder

minikomi08:09:06

it's directory number

alandipert15:09:23

hmaurer oh, hello!

hmaurer16:09:28

@alandipert haha sorry, I was going to ask a question then found the answer so I deleted my message 😛

alandipert16:09:34

hmaurer hehe no problem, i'm on the IRC bridge which is probably why i didn't un-see it

ag21:09:34

does anybody have an example project with boot-cljs-test and karma running things in browser, I'm having hard time wrapping my head around things like what goes in karma.conf, etc.

ag21:09:28

I also trying to find a way to get karma server running and get a connected repl to it. Also I would like to find a way to re-run tests for incremental builds (on boot.watch), without having to restart karma server

ag22:09:11

should that be done via Karma itself or that should be done with boot.watch?

ag22:09:43

wow, searching on github for karma-cljs-test yields 26 results for Clojure and none of them are in boot projects. Nobody uses Karma and boot together?

danielcompton22:09:02

@ag I think they're kinda orthogonal

danielcompton22:09:23

we do a cljsbuild to build the Javascript including tests, then run Karma against them at the test ns entrypoint

ag22:09:39

well, I was hoping that searching for`karma-cljs-test boot` on github would give me something to look at