Skip to content

Commit 0fc9eda

Browse files
authored
Update build.mill
1 parent 69124b0 commit 0fc9eda

File tree

1 file changed

+6
-1
lines changed
  • example/large/multifile/10-multi-file-builds

1 file changed

+6
-1
lines changed

example/large/multifile/10-multi-file-builds/build.mill

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
// ----
1313
//
1414
// You have a smaller `build.mill` with the config for each sub-folder broken
15-
// out into that folder's respective `package.mill
15+
// out into that folder's respective `package.mill`
1616
//
1717
// ----
1818
// foo/
@@ -26,6 +26,11 @@
2626
// build.mill
2727
// ----
2828
//
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+
//
2934
// === Example Project
3035
//
3136
//

0 commit comments

Comments
 (0)