Skip to content

Commit

Permalink
Merge pull request technomancy#1786 from jafingerhut/master
Browse files Browse the repository at this point in the history
Correct relative priority of profiles.clj and project.clj in Merging doc...
  • Loading branch information
technomancy committed Dec 16, 2014
2 parents bebce21 + b4602d4 commit 1f324da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/PROFILES.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,8 @@ replace/displace metadata hints still apply though.

Remember that if a profile with the same name is specified in multiple
locations, only the profile with the highest "priority" is picked – no merging
is done. The "priority" is – from highest to lowest – `project.clj`,
`profiles.clj`, user-wide profiles, and finally system-wide profiles.
is done. The "priority" is – from highest to lowest – `profiles.clj`,
`project.clj`, user-wide profiles, and finally system-wide profiles.

If you need to enable personal overrides of parts of a profile, you can use a
composite profile with common and personal parts - something like `:dev
Expand Down

0 comments on commit 1f324da

Please sign in to comment.