From 0f8ee50f00f6cd8f7812bdd1159bff260452747a Mon Sep 17 00:00:00 2001 From: Florian Spreckelsen <f.spreckelsen@indiscale.com> Date: Wed, 10 Jul 2024 13:08:03 +0200 Subject: [PATCH] DOC: Clarify corner case in change log --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 17fa77c0..3763e6b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,7 +17,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 webinterface to be built with `JS_DIST_BUNDLE=TRUE`, i.e. all js source files bundled into one `webcaosdb.dist.js`. This is the default and highly recommended for production systems in any case but it will break the display - of these static files in certain development corner cases. + of these static files in certain corner cases where you may want to use + `JS_DIST_BUNDLE=FALSE` for development or debugging reasons. ### Deprecated ### -- GitLab