only gh-pages branch as primary branch
Closed this issue · 6 comments
I think you'd get instant result by only having one branch, the gh-pages
branch. By committing / pushing on this branch only, the latest modifications would instantly be published on http://n1k0.github.io/kept/, without having to merge from master
.
Yup I've used that trick in the past, but as we're moving towards using a build system (see #10), that probably won't work. I'll just create a script for updating the gh-pages
branch :)
As a side note, I would love avoiding to rely on a build system, but that's the price to pay with react…
Lemme just write tests first ;)
(oh, I see what you did there. Smart.)
I'm not talking about tests, it's travis CI, as Continuous Integration: see https://medium.com/philosophy-logic/53a8270e87db
Definitely smart. Will do. Can you please file an issue for this? :)