Fork me on GitHub
#cursive
<
2018-07-10
>
dfcarpenter15:07:47

What might cause the clj folder under src to disappear? I have a project that should have both a clj and cljs folder ( created from the re-frame template ) and in cursive the clj folder doesn't show up. The src/clj folder shows up in OSX Finder.

wilkerlucio17:07:13

@dfcarpenter not sure if it's your case, but things can go weird if you have a source path inside another source path (eg: :source-paths ["src" "src/clj"]), you can check if have something like this

dfcarpenter17:07:22

I had added a scripts folder to try out devcards such that I had [src/clj, src/cljs, and scripts]`

dfcarpenter17:07:30

But thats all I can think of

wilkerlucio17:07:03

in this case I dunno =/