Skip to content

Commit

Permalink
Use :main-opts
Browse files Browse the repository at this point in the history
  • Loading branch information
oakes committed Aug 2, 2019
1 parent da48c76 commit e192910
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ You can include this library in your project dependencies using the version numb
## Development

* Install [the Clojure CLI tool](https://clojure.org/guides/getting_started#_clojure_installer_and_cli_tools)
* To develop with figwheel: `clj -A:dev dev.clj`
* To install the release version: `clj -A:prod prod.clj install`
* To develop with figwheel: `clj -A:dev`
* To install the release version: `clj -A:prod install`

## Licensing

Expand Down
6 changes: 4 additions & 2 deletions deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,7 @@
dynadoc {:mvn/version "RELEASE"}
com.bhauman/figwheel-main {:mvn/version "0.2.0"}
orchestra {:mvn/version "2018.12.06-2"}}
:extra-paths ["dev-resources"]}
:prod {:extra-deps {leiningen {:mvn/version "2.9.0"}}}}}
:extra-paths ["dev-resources"]
:main-opts ["dev.clj"]}
:prod {:extra-deps {leiningen {:mvn/version "2.9.0"}}
:main-opts ["prod.clj"]}}}

0 comments on commit e192910

Please sign in to comment.