-
Notifications
You must be signed in to change notification settings - Fork 108
project.clj
Ramsey Nasser edited this page Dec 16, 2018
·
1 revision
Arcadia supports sub-projects that contain a Leiningen-formatted project.clj
file. Folders under Assets
that contain such a file will have their src
subdirectory added as Arcadia namespace roots, if such a subdirectory exists. Additionally, if the project.clj
file declares any :source-paths
those will be added as namespace roots as well.
All other entries are ignored, namely :dependencies
. For Arcadia-specific configuration project.clj
files may include a mapping of the keyword :arcadia
to a map whose contents are identical to Arcadia's configuration.edn
file.