Fork me on GitHub
#editors
<
2016-01-09
>
denik13:01:51

@colin.yates: I experience odd caching for cljs in intellij w/ Cursive. Each time I do a lein clean or remove/add a dependency I have to restart the editor for changes to take effect. Do you know how to avoid this?

colin.yates13:01:27

hi @denik, on the rare occasions I feel like shaving that yak I restart IntelliJ as well... You could try asking in #C0744GXCJ or asking the other Colin (who built Cursive) @cfleming simple_smile.

colin.yates13:01:55

@denik, for sure, if you do a lein clean you will need to restart the REPL

denik13:01:22

Yeah I wouldn’t mind doing it occasionally, but I have to do it all the time.

denik13:01:32

It’s like intellij does not reload the deps from project clj

denik13:01:04

so when I add a dep and restart the repl and require it in a file, it break compilation telling me that it does not exist

denik13:01:42

@cfleming: I experience odd caching for cljs in intellij w/ Cursive. Each time I do a lein clean or remove/add a dependency I have to restart the editor for changes to take effect. Do you know how to avoid this?