Profile picture of Colin Yates

Colin Yates

Random thoughts from a random guy

`© Colin Yates $2025`
Home References Tags Source RSS My CV

[cljs] posts

Adding go-faster stripes to ClojureScript compilation

If you are using ClojureScript (and if not, why not? :-)) then I strongly recommend you enable parallel build. I mistakenly thought this meant that it would run separate builds in parallel, but no, it is far cleverer a ...
2016-11-11
#cljs #cljsbuild #clojurescript #dev #tip

Circleci, phantomjs

Another quick tip. I use the excellent cljsbuild to compile and test our ClojureScript projects (and I can't believe how difficult it is to wire this stuff together in 2016!). To support continuous integration I use phantomjs to provide the JavaScript environment. Unfortunately ...
2016-09-29
#circleci #cljs #cljsbuild #clojurescript #lein #phantomjs #tip

Deprecated warnings from plumatic schema

If you aren't already using plumatic's schema then I strongly recommend you do. (when did they stop being 'Prismatic' and become 'Plumatic'? Oh well) The reason why will have to be another blog post, this is simply to say that is you are using both or either then you will get a bunch of deprecated ...
2016-09-29
#cljs #clojure #clojurescript #plumatic #prismatic #schema