We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69124b0 commit 0fc9edaCopy full SHA for 0fc9eda
example/large/multifile/10-multi-file-builds/build.mill
@@ -12,7 +12,7 @@
12
// ----
13
//
14
// You have a smaller `build.mill` with the config for each sub-folder broken
15
-// out into that folder's respective `package.mill
+// out into that folder's respective `package.mill`
16
17
18
// foo/
@@ -26,6 +26,11 @@
26
// build.mill
27
28
29
+// This is useful in larger projects, as it co-locates the build definition
30
+// for each module in the same sub-folder as the relevant code. This can
31
+// make things easier to find compared to having every module's build configuration
32
+// in a single large `build.mill` that may grow to thousands of lines long.
33
+//
34
// === Example Project
35
36
0 commit comments