-
Notifications
You must be signed in to change notification settings - Fork 34
Open
Description
When lein cljx once
or lein cljx auto
is executed, any code in the user
namespace is automatically loaded. In the development profile, this namespace may be populated. For instance if a project is designed along the lines of Stuart Sierra's reloaded workflow, there may be a file "dev/user.clj" that is included in the development profile.
If this is the case, running lein cljx
can result in a circular dependency, if the user namespace depends on files that are generated by cljx.
I'm currently working around this with the following:
:aliases {"cljx" ["with-profile" "cljx" "cljx"]}
:profiles {:cljx {}}
Metadata
Metadata
Assignees
Labels
No labels