figwheel

general discussion about figwheel, specific discussions in #figwheel-main and #lein-figwheel
2018-04-25T14:15:33.000169Z

๐Ÿ‘‹ Hello everyone! I I've hit a snag - I'm not sure it's a problem with figwheel, but I've found some related issues in the figwheel github - but can't find out what I'm doing wrong... I have started a new chestnut project and my browser is still rendering the old project :thinking_face: very strange. Any pointers?

2018-04-25T14:18:27.000478Z

@mkvlr Thank you! Let me give your guidance a shot.

2018-04-25T14:20:24.000446Z

do I set this in the :figwheel setting in project.clj?

mkvlr 2018-04-25T14:25:57.000280Z

@loganpowell I think you have to check youโ€™re using the latest figwheel version, that change was fairly recent

2018-04-25T14:26:45.000374Z

I'm a newb to clojure(script) I just started (and downloading the libraries) a couple months ago

2018-04-25T14:26:55.000542Z

how do I check the figwheel version?

mkvlr 2018-04-25T14:29:53.000443Z

should be in your project.clj

mkvlr 2018-04-25T14:30:12.000255Z

latest should be 0.5.15

2018-04-25T14:30:50.000794Z

ah, it must be the chestnut configuration is out of date: it's set to 0.5.11

2018-04-25T14:31:14.000248Z

I'll change it! Thank you @mkvlr ๐Ÿ™