This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-07-10
Channels
- # beginners (50)
- # cider (112)
- # cljs-dev (7)
- # clojure (34)
- # clojure-brasil (1)
- # clojure-greece (4)
- # clojure-italy (8)
- # clojure-nl (14)
- # clojure-russia (4)
- # clojure-uk (94)
- # clojurescript (96)
- # clojutre (5)
- # cloverage (1)
- # cursive (5)
- # datomic (59)
- # docs (53)
- # figwheel (4)
- # fulcro (1)
- # hoplon (1)
- # hyperfiddle (3)
- # jobs (3)
- # luminus (6)
- # nyc (3)
- # off-topic (9)
- # onyx (3)
- # overtone (4)
- # re-frame (2)
- # reagent (16)
- # reitit (9)
- # ring (2)
- # ring-swagger (1)
- # rum (1)
- # shadow-cljs (81)
- # spacemacs (14)
- # specter (12)
- # sql (1)
- # tools-deps (2)
- # vim (110)
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.
@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
I had added a scripts folder to try out devcards such that I had [src/clj, src/cljs, and scripts]
`
But thats all I can think of
in this case I dunno =/