]> git.immae.eu Git - github/shaarli/Shaarli.git/commit
Default colors plugin: generate CSS file during initialization 1523/head
authorArthurHoaro <arthur@hoa.ro>
Sat, 29 Aug 2020 07:38:30 +0000 (09:38 +0200)
committerArthurHoaro <arthur@hoa.ro>
Sat, 29 Aug 2020 07:38:30 +0000 (09:38 +0200)
commit972daa4513420d3293d46a808ca2d5be0313e78b
treeaeafedfe73e020c3e798aebd7fd84e536e87c8c7
parentbea062149ebcb4663861edb1cc0a32faf85b273f
Default colors plugin: generate CSS file during initialization

Current behaviour only generate the custom CSS file when the plugin settings are saved, which can be annoying if the file is deleted but the settings are set.
Most common use case is Docker deployment, because the plugin directory is not mounted as a volume.
plugins/default_colors/default_colors.php
tests/plugins/PluginDefaultColorsTest.php