Added bloom.json fallback to allow current Bloom users to continue using bloom.json for the project configuration.

This commit is contained in:
Nav
2022-07-24 12:17:44 +01:00
parent b69e0a69d0
commit 8a047eb6ac
2 changed files with 23 additions and 4 deletions

View File

@@ -33,6 +33,9 @@ namespace Bloom
/*
* Initially, we used the JSON format for project configuration files, but this was changed in version 0.11.0.
* See https://github.com/navnavnav/Bloom/issues/50 for more.
*
* Because JSON is a subset of YAML, we can (and do) fallback to bloom.json in the absence of bloom.yaml.
* See Application::loadProjectConfiguration() for more.
*/
/**