homA icon indicating copy to clipboard operation
homA copied to clipboard

Create separate repositories for interfaces?

Open simonvanderveldt opened this issue 9 years ago • 1 comments

Would it be an option to create separate repositories for each interface (Android and web)? IMHO that makes building them properly a lot cleaner (I know "building" the static web interface files isnt' really necessary, but I use a Docker image to serve the web interface :)).

I've already created an example https://github.com/simonvanderveldt/homA-web, basically by doing as described here https://help.github.com/articles/splitting-a-subfolder-out-into-a-new-repository/

# Filter directory
git filter-branch --prune-empty --subdirectory-filter \interfaces\webinterface master
# Add new remote
git remote set-url origin https://github.com/binarybucks/homA-web/
# Push

simonvanderveldt avatar Apr 20 '15 20:04 simonvanderveldt

FYI: I have created a new repository homA-android ...

hmueller01 avatar Apr 12 '17 21:04 hmueller01