summaryrefslogtreecommitdiff
path: root/docs/pages/1 - Intro to Mill.md
diff options
context:
space:
mode:
authorLi Haoyi <haoyi.sg@gmail.com>2018-02-17 10:48:39 -0800
committerLi Haoyi <haoyi.sg@gmail.com>2018-02-17 10:48:39 -0800
commita225e7650892ecc1e672bcaf95dff0d598682583 (patch)
tree8dc8ca425bc9d74a1002aa862a60cdbf82bacf9b /docs/pages/1 - Intro to Mill.md
parent7f2b6e2d5015654954376639706543502a377844 (diff)
downloadmill-a225e7650892ecc1e672bcaf95dff0d598682583.tar.gz
mill-a225e7650892ecc1e672bcaf95dff0d598682583.tar.bz2
mill-a225e7650892ecc1e672bcaf95dff0d598682583.zip
extract on-master.py from release script, tweak docs
Diffstat (limited to 'docs/pages/1 - Intro to Mill.md')
-rw-r--r--docs/pages/1 - Intro to Mill.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/pages/1 - Intro to Mill.md b/docs/pages/1 - Intro to Mill.md
index 022bc212..20fe83b8 100644
--- a/docs/pages/1 - Intro to Mill.md
+++ b/docs/pages/1 - Intro to Mill.md
@@ -181,6 +181,10 @@ $ mill --watch foo.compile
$ mill --watch foo.run
```
+Mill's `--watch` flag watches both the files you are building using Mill, as
+well as Mill's own `build.sc` file and anything it imports, so any changes to
+your `build.sc` will automatically get picked up.
+
## Command-line Tools
Mill comes built in with a small number of useful command-line utilities: