-
Notifications
You must be signed in to change notification settings - Fork 80
Seperate Repos for components #89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Yknow it probably wouldn't be a bad idea. Separate versioning kinda makes sense with the client side too since it's a lot more flexible - it can afford to be a bit messier with people adding different client side scripts, lot looser merge rules. Lemme have a think about how best to implement that. I'd really like to get back into some of the big ticket items in the backlog when time permits, can start looking at it with that :) |
So you don't have to lose what you have here, and you can just build on it, you could potentially just fork the repository into the different names, delete what isn't required and save back. It means history will be there for everything, even if it's not valid, but from this point on everything is individual to the actual element. From this primary repository, you could add all of the others in simply by doing a submodule, that way if people want to download the entire package they can clone this repository, then pull each of the modules individually. |
@davidmckenzie had a play with submodules. How do you feel about this? |
Hey Guys,
Would it make sense to split out the components to individual repositories?
This would allow running of the server app on platforms like Heroku much simpler and prevent having to clone the entire server to platforms that will only be run as a client (and vice versa).
Possibly something like pagermon-server, pagermon-client, pagermon-docker?
Just a random middle of the night thought :)
The text was updated successfully, but these errors were encountered: