gdg-x / zeppelin

Awesome conference website in 5 minutes.
http://gdg-x.github.io/zeppelin/
MIT License
678 stars 933 forks source link

Web app manifest #68

Closed tasomaniac closed 9 years ago

tasomaniac commented 9 years ago

With this manifest 2 things occur when you press "Add to homescreen" button on Android

ozasadnyy commented 9 years ago

Great!

tasomaniac commented 9 years ago

Some of my PRs merged into master, some merged into develop. You are taking care of it eventually but I think we should take care of it somehow. I think we shouldn't have 3 branches. Only develop and gh-pages can be enough, develop being the default branch. What do you think?

ozasadnyy commented 9 years ago

I'm not sure. Because, for instance, you have implemented a new feature, but it is buggy and another developer should look at it..

tasomaniac commented 9 years ago

Yep of course. I am misunderstood. :) I was saying that we should always merge pull requests into develop and keep master and gh-pages always the same. This way, development can be buggy and will be reviewed. master and gh-pages will always be production quality.