forked from darongmean/boot-lein-generate
-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
My boot project has a dev source folder which isn't in the default environment, but is added by a task. What would be the recommended way to inject this into the Leiningen profile?
I tried adding
:lein {:profiles {:dev {:source-paths ["dev"]}}}
to my set-env! call, but that didn't seem to work. Looking at the boot.lein code, I couldn't see the :lein keyword being used anywhere?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels