letssharebooks
letssharebooks copied to clipboard
how to keep same files in two places so after changes git changes them on both places.
- symlinks dont work because it's out of cherrypy directory of static files. (it would probably work if it's in the same depth.)
- hardlinks don't work because git first unlink files and then create them (link)
- doing it through git-hooks is probably overkill
- at the moment there are two copies in both calibreletssharebooks/portable/ and library/static/
hm