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

Mock network requests #5

Open
pathawks opened this issue Jun 12, 2018 · 0 comments
Open

Mock network requests #5

pathawks opened this issue Jun 12, 2018 · 0 comments

Comments

@pathawks
Copy link
Member

Some sites make extensive use of network APIs while building.

It would be nice to totally eliminate this as a build time variable. This would require a Ruby wrapper around Jekyll that would mock all network requests instead of sending them across the wire.

The most obvious one would be the GitHub Pages API, which could just return a static object with dummy site info. I think there are some other APIs too that would need to be recreated with some static data.

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

1 participant