Closed wbagdon closed 7 years ago
Sorry for answering that late - was on vacation. Anyway, I appreciate your suggestion!
So you would actually skip the following line on installation and therefore create the file manually using the mentioned content, where the user has to enter his tt-rss version manually?
ln -s ./clean-greader/clean-greader.css ./clean-greader.css
Sounds reasonable, since users don't have to wait for a version bump in the repo. Looking forward for a PR (:
Coincidentally I was on vacation when you responded 😄 PR #16 created Let me know if it's ok or needs some work
@wbagdon Thanks, mate!
What I've started doing now is not adding the version field to the css file and instead creating a version wrapper, rather than a symbolic link.
The wrapper sits in the 'themes' folder and just contains
The clean-greader.css file doesn't contain any version info this way and it's easily maintainable by the user. What do you think about this as a solution for maintaining between TT-RSS version updates?