-
Notifications
You must be signed in to change notification settings - Fork 4
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
Not generating JSON entries when running #1
Comments
Interesting... are you getting the full set of files from |
also, it seems like you don't have git lfs installed? The output files are stored in lfs. That's why you're just getting a sha hash in the summary-* json files. I'd love to figure out why you can't regenerate the files as well, but if you install git-lfs, you should be able to just download a snapshot of the current copy. |
@awong-dev
It looks like this will be blocking me. :( On that note of git-lfs, can you add installation of this tool to the README? I wasn't aware of the utility, and I would imagine that it's not something that every developer will have. |
Issue
When I run the
pages-to-json.rb
script, the files that I'm seeing generated in theoutput
directory are just JSON files with no entries.What should happen
Data files produced in the
output
directory should have data in them.What happened instead?
Files that I get in the output are empty JSON files:
Steps to reproduce
I'd actually been trying to scrape the website myself, so if I can just use your work instead, it would save me a lot of time.
The text was updated successfully, but these errors were encountered: