Fork me on GitHub
#shadow-cljs
<
2018-01-23
>
lilactown00:01:20

I’m using the lein integration, and I’m not seeing my dependency in checkouts reload

lilactown00:01:52

if I run lein install and restart the build watcher, it picks up my changes. but adding it to checkouts does not pick up my changes

lilactown00:01:10

even when I restart the build watcher

thheller08:01:51

@lilactown shadow-cljs by default reloads files on the classpath that are not in jars. so checkouts should be reloaded. however for some reason lein does not always put checkouts paths on the classpath. I think the version of your :dependencies of the lib has to match the actual version of the lib. check if lein classpath lists the path correctly. should be before the actual .jar.

thheller13:01:33

made a quick demo for storybook.js in case someone is interested in using that. https://clojureverse.org/t/using-storybook-with-cljs/1495

lilactown17:01:42

what is shadow.markup.react?

lilactown17:01:26

I’m interested since I’m working on creating a styled component-like lib using emotion atm

lilactown18:01:33

wow, this is awesome!

robert-stuttaford14:01:59

please tweet so i can RT @thheller 🙂

lilactown20:01:27

is there a way to set the default namespace for the REPL?

thheller20:01:03

not currently no