Revision f64972cc
Von Moritz Bunkus vor etwa 2 Jahren hinzugefügt
config/kivitendo.conf.default | ||
---|---|---|
384 | 384 |
# the web browser to always reload the resources. |
385 | 385 |
auto_reload_resources = 0 |
386 | 386 |
|
387 |
# Alternative to auto_reload_resources. If the installation dir is under git |
|
388 |
# version control, this will use the HEAD commit sha1 as the random GET |
|
389 |
# parameter, so that resources are reloaded if the installed version charnges. |
|
390 |
git_commit_reload_recources = 0 |
|
391 |
|
|
392 | 387 |
# If set to 1 each exception will include a full stack backtrace. |
393 | 388 |
backtrace_on_die = 0 |
394 | 389 |
|
Auch abrufbar als: Unified diff
CSS/JS-Caching: immer neuladen durch Verwendung von Git-Revision oder kivitendo-Version
Ist [debug] → »auto_reload_resources« gesetzt, so wird weiterhin in
jedem Request neu geladen (für Entwicklerinstallationen).
Ist der Parameter aber nicht gesetzt, so wird nun immer versucht, die
aktuelle git-Revision in Erfahrung zu bringen (den Parameter
»git_reload_resources« gibt es nicht mehr).
Schlägt dies fehl, wird die kivitendo-Version genommen.