master
mx.david.rix@3bf9592fa655d6681eedf8add3d3b830d00a40d3 2016-01-22 11:26:54 -04:00 committed by admin
parent 0ab845e273
commit 98f0eb2e00
1 changed files with 19 additions and 0 deletions

View File

@ -0,0 +1,19 @@
Steps to reproduce:
* Running ikiwiki 3.20130904.1ubuntu1 on Ubuntu 14.04 LTS
* Modify `~/public_html/MYWIKI/local.css`
* Run `ikiwiki --setup MYWIKI.setup` (or update via websetup interface)
What should happen:
* Setup is updated/site is rebuilt
* local.css is retained and used
What happens instead:
* Setup is updated (works)
* local.css reverts to blank version
Workaround:
* Create mylocal.css, and manually copy it over local.css every time