Profile picture of Colin Yates

Colin Yates

Random thoughts from a random guy

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

[cljsbuild] 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