duct-framework / module.cljs

Duct module for developing and compiling ClojureScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to compile?

prepor opened this issue · comments

Hello. There is no anymore lein duct compile (from README). It was removed here
duct-framework/duct@fba4ad3.

Is there some "official" way to do it, or I need to make some workaround for at least now?

Thank you.

It's been replaced with lein run :duct/compiler in the 0.9.0 template. You can pass lein run, or the uberjar, a list of keys to run. This also allows for running migrations lein run :duct/migrator.

duct/exec! super cool, thank you!