Merge pull request #4465 from tk0miya/improve_config

Improve config
This commit is contained in:
Takeshi KOMIYA
2018-01-21 16:05:34 +09:00
committed by GitHub
6 changed files with 45 additions and 8 deletions

View File

@@ -500,6 +500,12 @@ handlers to the events. Example:
Emitted when the builder object has been created. It is available as
``app.builder``.
.. event:: config-inited (app, config)
Emitted when the config object has been initialized.
.. versionadded:: 1.8
.. event:: env-get-outdated (app, env, added, changed, removed)
Emitted when the environment determines which source files have changed and