Skip to content

Adding dev source paths to lein project #2

@danielcompton

Description

@danielcompton

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions