diff options
author | Dave Arter <davea@mysociety.org> | 2017-07-19 11:25:13 +0100 |
---|---|---|
committer | Dave Arter <davea@mysociety.org> | 2017-08-17 13:21:31 +0100 |
commit | 653d8b84d6a14f1759950e774b9b1a8bbba5f1b1 (patch) | |
tree | dd0e17c3fb5ec224d4dd16767613b83bfc92586f /CHANGELOG.md | |
parent | dd1cefa2d7751d3c7fb8ca4f3cb2f35efc2a8fd5 (diff) |
Add make_css flag to run script after compilation
In conjunction with the --watch flag, the new --script flag can be used to
run a given command after compilation caused by files changing.
E.g. you could reload your browser automatically upon hitting save in your
editor, with something like
https://gist.github.com/davea/07a7456da15eeb8c47f1fb66e4b96c54
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 186a66a5b..520fd3963 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ - Improve performance of duplicate display. - Development improvements: - `switch-site` script to automate switching config.yml files. #1741 + - `make_css --watch` can run custom script after each compilation. * v2.1.1 (3rd August 2017) - Email improvements: |