Skip to content
This repository has been archived by the owner on Jul 2, 2022. It is now read-only.

Template ignoring option flags #171

Closed
johnboy14 opened this issue May 21, 2016 · 1 comment
Closed

Template ignoring option flags #171

johnboy14 opened this issue May 21, 2016 · 1 comment

Comments

@johnboy14
Copy link

When I specify alternative options as shown below the project is still generated using the default options

lein new chestnut chestnutdemo --http-kit --sass --reagent --vanilla

project.clj

:dependencies [[org.clojure/clojure "1.8.0"]
                 [org.clojure/clojurescript "1.7.228" :scope "provided"]
                 [ring "1.4.0"]
                 [ring/ring-defaults "0.2.0"]
                 [bk/ring-gzip "0.1.1"]
                 [ring.middleware.logger "0.5.0"]
                 [compojure "1.5.0"]
                 [environ "1.0.2"]
                 [org.omcljs/om "1.0.0-alpha31"]]
@plexus
Copy link
Owner

plexus commented May 21, 2016

From the README:

Use -- to separate these options from Leiningen's options, e.g. lein new chestnut foo --snapshot -- --http-kit

Recent versions of Leiningen are more picky about this

@plexus plexus closed this as completed Jun 13, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants