Skip to content

Instantly share code, notes, and snippets.

@mikeumus
Created January 17, 2013 04:33
Show Gist options
  • Save mikeumus/4553674 to your computer and use it in GitHub Desktop.
Save mikeumus/4553674 to your computer and use it in GitHub Desktop.
docpad ran
mikeumus@web-mart:~/379292/website (master) $ docpad run
info: Welcome to DocPad v6.21.4
info: Plugins: cleanurls, coffee, eco, livereload, marked, partials, stylus, text
info: Environment: development
info: DocPad listening to http://127.12.238.1:8080/ on directory /var/lib/stickshift/60d162e3e4e243639a8a1390d454615a/app-root/data/379292/website/out
info - socket.io started
info: Generating...
warning:
Rendering the extension "eco" to "html" on "index.html.eco" didn't do anything.
Explanation here: http://docpad.org/extension-not-rendering
warning:
Rendering the extension "eco" to "html" on "footer.html.eco" didn't do anything.
Explanation here: http://docpad.org/extension-not-rendering
warning: Something went wrong while rendering: /var/lib/stickshift/60d162e3e4e243639a8a1390d454615a/app-root/data/379292/website/src/layouts/default.html.eco
warning: Something went wrong while rendering: /var/lib/stickshift/60d162e3e4e243639a8a1390d454615a/app-root/data/379292/website/src/layouts/primary.html.eco
warning: Something went wrong while rendering: /var/lib/stickshift/60d162e3e4e243639a8a1390d454615a/app-root/data/379292/website/src/documents/index.html.eco
error: Something went wrong with the action
error: An error occured:
TypeError: Object #<Object> has no method 'getFileUrl'
at Object.eval (eval at <anonymous> (/var/lib/stickshift/60d162e3e4e243639a8a1390d454615a/app-root/data/379292/website/node_modules/docpad-plugin-eco/node_modul
es/eco/lib/compiler.js:19:12))
at Object.eval (eval at <anonymous> (/var/lib/stickshift/60d162e3e4e243639a8a1390d454615a/app-root/data/379292/website/node_modules/docpad-plugin-eco/node_modul
es/eco/lib/compiler.js:19:12))
at eval (eval at <anonymous> (/var/lib/stickshift/60d162e3e4e243639a8a1390d454615a/app-root/data/379292/website/node_modules/docpad-plugin-eco/node_modules/eco/
lib/compiler.js:19:12))
at Function.eco.render (/var/lib/stickshift/60d162e3e4e243639a8a1390d454615a/app-root/data/379292/website/node_modules/docpad-plugin-eco/node_modules/eco/lib/in
dex.js:26:25)
at EcoPlugin.module.exports.EcoPlugin.render (/var/lib/stickshift/60d162e3e4e243639a8a1390d454615a/app-root/data/379292/website/node_modules/docpad-plugin-eco/o
ut/eco.plugin.js:23:37)
at Object.balUtilFlow.fireWithOptionalCallback (/var/lib/stickshift/60d162e3e4e243639a8a1390d454615a/app-root/data/lib/node_modules/docpad/node_modules/bal-util
/out/lib/flow.js:39:27)
at BasePlugin.bindEvents (/var/lib/stickshift/60d162e3e4e243639a8a1390d454615a/app-root/data/lib/node_modules/docpad/out/lib/plugin.js:57:26)
at Object.balUtilFlow.fireWithOptionalCallback (/var/lib/stickshift/60d162e3e4e243639a8a1390d454615a/app-root/data/lib/node_modules/docpad/node_modules/bal-util
/out/lib/flow.js:32:27)
at Object.EventEmitterEnhanced.emitSync (/var/lib/stickshift/60d162e3e4e243639a8a1390d454615a/app-root/data/lib/node_modules/docpad/node_modules/bal-util/out/li
b/events.js:49:30)
at Object.balUtilFlow.fireWithOptionalCallback (/var/lib/stickshift/60d162e3e4e243639a8a1390d454615a/app-root/data/lib/node_modules/docpad/node_modules/bal-util
/out/lib/flow.js:32:27)
@balupton
Copy link

Does it work locally? As running the following on a new c9 project worked fine for me:

npm install -fg docpad@6.21
mkdir site
cd site
docpad run
# pick html5 boilerplate skeleton

installs and runs fine...

@mikeumus
Copy link
Author

That was in C9 IDE. This one was locally: https://gist.github.com/4601417

I did just do exactly those commands in C9 again but choose 6.) Hogan and got the warnings/errors again. Are those normal or am I still doing something wrong.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment