ohpauleez / lein-pedestal

A Pedestal plugin for Leiningen

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add to documentation that the user will most likely need to configure `with-profile` before making a production ready uberwar

codestiff opened this issue · comments

For example,

lein with-profile base pedestal uberwar

Will only include the base dependencies and clojure files

lein pedestal uberwar

Will include develop dependencies and clojure files

Or perhaps make the base profile the default