Fork me on GitHub
#garden
<
2016-02-27
>
niamu02:02:24

Has anyone else noticed the ClojureScript build errors in color.cljc?

niamu02:02:42

There are a few lines that lack reader conditionals and fail to properly compile in ClojureScript. Line 598 and 603 both call down to Java.

niamu02:02:14

It’s hard to catch since running lein test-cljs performs the test in the JVM rather than a JS engine.

niamu06:02:12

Pull request that resolves the issue here: https://github.com/noprompt/garden/pull/107