ManifestWebDesign / angular-gridster

An implementation of gridster-like widgets for Angular JS
http://manifestwebdesign.github.io/angular-gridster/
MIT License
964 stars 394 forks source link

Updating gh-pages #60

Open jdewit opened 10 years ago

jdewit commented 10 years ago

It's nice to have as a landing page but is not ideal for documentation since it requires extra work to keep in sync. We've already confused one guy #45.

I propose we keep documentation only in the readme and add the demo via iframe to gh-pages.

whattayathink?

danomatic commented 10 years ago

The github.io page was just a straight port of the readme, which isn't that useful. I agree the documentation should only have one copy, and that the demo should be the gh page. Do we need an iframe to accomplish this, or can it use the index.html in the root of the project?

jdewit commented 10 years ago

I'm not sure how to do it other than iframe.

For jekyll to use the index.html file would mean index.html would have to live in the gh-pages branch too wouldn't it? Which is what I'm trying to avoid.