day8 / re-com

A ClojureScript library of reusable components for Reagent
https://re-com.day8.com.au
MIT License
798 stars 147 forks source link

[figwheel "0.5.2"] Causes figwheel configuration error #96

Closed hipitihop closed 8 years ago

hipitihop commented 8 years ago
------- Figwheel Configuration Error -------

The key :test-commands has the wrong value. It should probably be a Map

  :cljsbuild {
    :test-commands nil
    ^ key :test-commands has wrong value
  }

-- Docs for key :test-commands --
The keys in this map identify test commands. The values are sequences
representing shell commands like [command, arg1, arg2, ...]. Note that
the :stdout and :stderr options work here as well. Defaults to the
empty map.

Fine with figwheel "0.5.0-6"

Gregg8 commented 8 years ago

Fixed in https://github.com/Day8/re-com/releases/tag/0.8.1