Fork me on GitHub
#luminus
<
2016-11-01
>
ghufran22:11:22

I’m trying to use the instructions at http://www.luminusweb.net/docs/profiles.md to make a new luminus app with re-frame included, but I’m having a problem. lein new luminus myapp +re-frame gives the following error: `Unrecognized options: +re-frame Supported options are: +sqlite, +datomic, +site, +h2, +jetty, +cljs, +service, +sassc, +swagger, +auth, +war, +http-kit, +cucumber, +aleph, +mongodb, +postgres, +mysql, +kibit` I have leiningen 2.7.1

ghufran22:11:39

ok, I figured out the problem, I had put an older version of the luminus leiningen template in my ~/.lein/profiles.clj a few months back… 🙂