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

DocGen JSON file huge #391

Open
awilliamson opened this issue Sep 8, 2015 · 0 comments
Open

DocGen JSON file huge #391

awilliamson opened this issue Sep 8, 2015 · 0 comments
Assignees

Comments

@awilliamson
Copy link
Member

JSON file is huge due to garbage being thrown in by LuaDoc. Things we don't ever parse in HTML or JSON, such as 'comment' and 'code' segments.

Current JSON file is 1.7M, this can be reduced to about 580K from current testing.

The docgen code is very 'messy', and I have an existing method for removing code and comment blocks, but it still does the processing for them as it's very coupled with other functionality. Not exactly ideal, but it works.

@awilliamson awilliamson self-assigned this Sep 8, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant