Hacker News new | ask | show | jobs
by fjfbsufhdvfy 1393 days ago
It's now enough to use the main repo only, because he's regularly copying over any changes. So don't need to manually copy those files across anymore.
1 comments

Ah, I didn't know that, already have symlinks + .gitignore setup so I can update both easily with `git pull`, but good to hear it's no longer needed.

Any reason why the webui repository is not archived with a warning up top if it's been deprecated like you say?

It's not deprecated. He uses it for development and then copies the files across to the main repo. I don't really understand what benefits this setup has over making a dev branch in the main repo, but to each their own!