Skip to content
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

gh-pages target is slow #135

Closed
twpayne opened this issue Jan 17, 2013 · 4 comments
Closed

gh-pages target is slow #135

twpayne opened this issue Jan 17, 2013 · 4 comments

Comments

@twpayne
Copy link
Contributor

twpayne commented Jan 17, 2013

Currently, building the gh-pages target to update the GitHub pages is really slow because it clones the full ol3 repository. It can be made faster by first fetching from the existing local repo and then fetching from the gh-pages branch.

@twpayne
Copy link
Contributor Author

twpayne commented Apr 23, 2013

Just bumping this, because updating gh-pages over a slow connection sucks.

@ahocevar
Copy link
Member

@twpayne If you want to get online examples for master, I'd suggest cloning https://github.com/openlayers/openlayers.github.io and running grunt. This is much faster and you get the examples at http://ol3js.org/en/master/examples. The reason why it is faster is because it only runs the host-examples target and does less git shuffling than the gh-pages target in build.py.

@twpayne
Copy link
Contributor Author

twpayne commented Apr 23, 2013

Thanks @ahocevar ! Will use this in future.

@fredj
Copy link
Member

fredj commented Jul 11, 2013

See #839

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants