You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am getting the same error when trying to render partials:
error: An error occured:
Error: A task's completion callback has fired when the task was already in a completed state, this is unexpected
at Task.completionCallback (/home/user/project/node_modules/docpad/node_modules/event-emitter-grouped/node_modules/taskgroup/out/lib/taskgroup.js:144:15)
at Stub.callback (/home/user/project/node_modules/docpad-plugin-consolidate/out/lib/consolidate.plugin.js:34:22)
at Stub.flush (/home/user/project/node_modules/dustjs-linkedin/lib/dust.js:461:14)
...
There is a problem with Dust partials. I described it here http://stackoverflow.com/questions/22300006/dust-partials-rendering-error-in-docpad
Briefly, if I use layout with partials like this:
No result of dust processing is shown, although dust engine called with proper parameters.
The text was updated successfully, but these errors were encountered: