Closed limist closed 11 years ago
Further tinkering shows it's the combination of +site +dailycred
(crashes) or +site-dailycred
(Unrecognized) that causes problems; +dailycred
as the only option, or with other options besides +site
doesn't cause problems.
Yeah, that's a bug in the template generation, I'll take a look at cleaning that up.
Fixed in the latest version, +dailycred
will now correctly pull in the +site
feature when selected, if +site
is also specified then the project will still be generated correctly.
With the command
lein new luminus mysite +cljs +site +dailycred +http-kit
there's ajava.lang.Exception: unrecognized feature: +dailycred
thrown with a long stacktrace.And with the command
lein new luminus mysite +cljs +site-dailycred +http-kit
there's a calmer error message of simplyUnrecognized options: +site-dailycred
Looking in
src/leiningen/new/luminus.clj
I'm not sure why either option causes problems, they're both in the file...