Gastove / doctopus

An un-opinionated framework for Docs on the Webs
Eclipse Public License 1.0
7 stars 2 forks source link

`lein` alias for full build and run #67

Open Gastove opened 8 years ago

Gastove commented 8 years ago

Right now, if you're starting clean, you have to:

> lein cljsbuild once
> NOMAD_ENV=dev lein run

Could probably bundle those together for tidiness.