bensu / doo

doo is a library and lein plugin to run cljs.test on different js environments.
Eclipse Public License 1.0
324 stars 63 forks source link

README: Fix cljsbuild example #29

Closed nberger closed 9 years ago

nberger commented 9 years ago

The previous example had a format that cljsbuild can't understand, so the test build configuration was not being taken into account by cljsbuild.

Cljsbuild expects build configurations to be under the :builds entry. It even still supports (but shows a deprecation message) having the build options right as first level entries in the cljsbuild map, but our previous version had :test as first level and the build options inside of it.

bensu commented 9 years ago

I probably wrote this from memory. Thanks!