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

Page being assembled before handlebars can finish iterating over large dataset #23

Open
Josh68 opened this issue Aug 11, 2015 · 0 comments

Comments

@Josh68
Copy link

Josh68 commented Aug 11, 2015

(Moved from assemble repo, per maintainer request)

This may be a strictly handlebars issue, not sure, but I've just spent a lot of time debugging the rendering of an iterated block (each) that was preventing the portion of my page below that block from being rendered. I kept inspecting the data (valid JSON) for issues until I realized it just came down to the number of iterations that was the issue. If I truncate my JSON in just the right place, I can see more of the page render, and when I get it just right, all of the page renders, but then of course I'm missing a large part of my data set. Is there any known workaround for this issue in Assemble (note, I'm using grunt-assemble), to delay the assembly of pages until handlebars has iterated over all data? Thanks.

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