Fork me on GitHub
#cljs-dev
<
2016-08-24
>
dnolen00:08:46

@mfikes is there a new version of Planck with the latest cljs.spec?

mfikes00:08:18

@dnolen Planck 1.16 (available via brew) has ClojureScript 1.9.216 and if you want ClojureScript 1.9.225, you could brew install --HEAD planck

dnolen00:08:28

@mfikes hrm is there a way to force brew to install that?

mfikes00:08:22

@dnolen Yes. for 1.16, brew update and then brew upgrade planck

dnolen00:08:42

for head I mean

mfikes00:08:46

For HEAD, brew remove planck and then brew install --HEAD planck

mfikes01:08:12

@dnolen It is also possible to

git clone 
cd planck
vi planck-cljs/project.clj <— update to point to a locally built ClojureScript version
script/build

dnolen01:08:24

@mfikes cool thanks! bookmarked