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

install freezes docpad run #4

Open
bitNomad opened this issue Aug 13, 2014 · 0 comments
Open

install freezes docpad run #4

bitNomad opened this issue Aug 13, 2014 · 0 comments

Comments

@bitNomad
Copy link

I've isolated the problem to this plugin; I'm guessing there's a conflict with eco

running prior to docpad-plugin-multimarkdown:

...
debug: Rendered the file: {redacted}/src/documents/htmlmin.html
    → [2014-08-12 17:57:57.676] [{redacted}/node_modules/docpad/out/lib/docpad.js:2294] [DocumentModel.<anonymous>]
debug: Rendered the file: {redacted}/src/documents/scripts/app.js
    → [2014-08-12 17:57:57.706] [{redacted}/node_modules/docpad/out/lib/docpad.js:2294] [DocumentModel.<anonymous>]
debug:Adding file that references others: pages/blog-1.html.eco
    → [2014-08-12 17:57:57.715] [{redacted}/node_modules/docpad/out/lib/docpad.js:1685] [FilesCollection.setCollections.referencesOthers]
debug:Adding file that references others: pages/blog-2.html.eco
    → [2014-08-12 17:57:57.723] [{redacted}/node_modules/docpad/out/lib/docpad.js:1685] [FilesCollection.setCollections.referencesOthers]
debug: Emitted the event: render
    → [2014-08-12 17:57:57.736] [{redacted}/node_modules/docpad/out/lib/docpad.js:1165] [TaskGroup.<anonymous>]
debug: Rendering the file: {redacted}/src/layouts/default.html.eco
    →  [2014-08-12 17:57:57.743] [{redacted}/node_modules/docpad/out/lib/docpad.js:2294] [DocumentModel.<anonymous>]
debug: Emitted the event: render
...

after the install, it doesn't get to rendering default.html.eco; instead it spikes to 100% cpu and does not return:

...
debug: Rendered the file: {redacted}/src/documents/htmlmin.html
    → [2014-08-12 18:03:14.924] [{redacted}/node_modules/docpad/out/lib/docpad.js:2294] [DocumentModel.<anonymous>]
debug: Rendered the file: {redacted}/src/documents/scripts/app.js
    → [2014-08-12 18:03:14.963] [{redacted}/node_modules/docpad/out/lib/docpad.js:2294] [DocumentModel.<anonymous>]
debug: Adding file that references others: pages/blog-1.html.eco
    → [2014-08-12 18:03:14.972] [{redacted}/node_modules/docpad/out/lib/docpad.js:1685] [FilesCollection.setCollections.referencesOthers]
debug: Adding file that references others: pages/blog-2.html.eco
    → [2014-08-12 18:03:14.982] [{redacted}/node_modules/docpad/out/lib/docpad.js:1685] [FilesCollection.setCollections.referencesOthers]
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