sourcey / spectacle

Beautiful static documentation generator for OpenAPI/Swagger 2.0
https://sourcey.com/spectacle
Other
1.28k stars 338 forks source link

remove cache in resolve references since files change often #185

Closed huttotw closed 5 years ago

huttotw commented 5 years ago

This fixes #184 by removing the caching mechanism when resolving references. All tests are passing, and did not notices any performance hits by removing this cache.

auscaster commented 5 years ago

Hi and thanks a lot for the PR!

Can you please resolve the conflicts and I'll be happy to merge this in.

huttotw commented 5 years ago

Looks like I had an outdated version of index.html, fixed now.

auscaster commented 5 years ago

Thanks for the quick resolution! Merged :)