plexus / chestnut

Application template for Clojure + ClojureScript web apps
Eclipse Public License 1.0
1.32k stars 99 forks source link

Unrecognized option: +bidi #240

Closed erikkaplun closed 5 years ago

erikkaplun commented 5 years ago
$ lein new chestnut myproj --force --template-version 0.16.0 -- +re-frame +http-kit +bidi
...
Unrecognized option: +bidi
plexus commented 5 years ago

Bidi support isn't released yet. You can git clone Chestnut, then do lein install in the directory to get the latest master version.

featheredtoast commented 5 years ago

I've pushed a new template version with this and a few fixes - this should work now