Fork me on GitHub
#clojurescript
<
2016-03-11
>
jrheard00:03:47

relevant code is https://github.com/jrheard/voke/blob/master/project.clj#L30 (pretend that this line isn't commented out)

jrheard01:03:01

yeah, i just cannot get this to work, even outside of figwheel 😞 dang

jrheard01:03:25

the maps seem to be generated just fine, chrome just isn't picking them up somehow? (i am a rookie)

jrheard01:03:30

lol restarting chrome fixed it

nidu10:03:28

Are there any good refactoring tools for ClojureScript, particularly renaming defs/`defn`s, moving them around and some kind of autorequire?

rauh10:03:33

@nidu: Cursive does that very well.

nidu11:03:46

@rauh: thanks, but what about free tools like Sublime, Atom or Emacs?

arcanumxiii11:03:26

Emacs has some tool with Cider refactor

nidu11:03:02

@arcanumxiii: yeap, but renaming symbols for cljs isn't supported it seems

arcanumxiii12:03:07

interop with cljs repl are not the same, and there’s some limitation because of that

nidu12:03:01

@arcanumxiii: i understand, but i guess that's doable

jrheard17:03:19

nidu: possibly-little-known, possibly-irrelevant-to-your-situation fact - cursive's free for non-commercial personal use ( https://cursive-ide.com/buy.html )

jrheard17:03:54

i switched to cursive a month ago after seeing how highly it ranked in the state-of-clojure survey, after being a diehard vim user, and am loving it so far fwiw

richiardiandrea18:03:21

@bhauman: I saw you wrote yor validation engine, this looks awesome!

bhauman18:03:26

@richiardiandrea: thanks! Still a bunch more work to go ...

richiardiandrea18:03:31

I found and corrected a couple of options in replumb that were out of place

bhauman18:03:43

really!!??

bhauman18:03:53

very very cool

richiardiandrea18:03:21

yeah of course, very very useful!

bhauman18:03:59

I suspected that would happen just not so soon

richiardiandrea18:03:53

if you run against my master it is still incorrect, but in a coming PR I will fix it 😄 it was, if I remember correct, about css-dirs, like you show in the image

cfleming20:03:18

@bhauman: very nice! That is really great.