Skip to content

Instantly share code, notes, and snippets.

@robshep
Last active August 29, 2015 14:17
Show Gist options
  • Save robshep/cf6b59751cbba9052063 to your computer and use it in GitHub Desktop.
Save robshep/cf6b59751cbba9052063 to your computer and use it in GitHub Desktop.
{
"plugins" : {
"metalsmith-static": {
"src": "public",
"dest": "."
}
}
}
Metalsmith · undefined is not a function
TypeError: undefined is not a function
at Metalsmith.callee$0$3$ (/Users/rob/Projects/031015/website/node_modules/metalsmith/lib/index.js:279:12)
at tryCatch (/Users/rob/Projects/031015/website/node_modules/metalsmith/node_modules/gnode/node_modules/regenerator/runtime.js:53:40)
at GeneratorFunctionPrototype.invoke (/Users/rob/Projects/031015/website/node_modules/metalsmith/node_modules/gnode/node_modules/regenerator/runtime.js:209:22)
at next (/Users/rob/Projects/031015/website/node_modules/metalsmith/node_modules/unyield/node_modules/co/index.js:74:21)
at Metalsmith.<anonymous> (/Users/rob/Projects/031015/website/node_modules/metalsmith/node_modules/unyield/node_modules/co/index.js:45:5)
at run (/Users/rob/Projects/031015/website/node_modules/metalsmith/node_modules/unyield/node_modules/co/index.js:194:12)
at Metalsmith.<anonymous> (/Users/rob/Projects/031015/website/node_modules/metalsmith/node_modules/unyield/node_modules/co/index.js:181:7)
at Metalsmith.next (/Users/rob/Projects/031015/website/node_modules/metalsmith/node_modules/unyield/node_modules/co/index.js:90:21)
at /Users/rob/Projects/031015/website/node_modules/metalsmith/node_modules/unyield/node_modules/co/index.js:93:18
at /Users/rob/Projects/031015/website/node_modules/metalsmith/node_modules/thunkify/index.js:39:14
graviton:website rob$ ls -la
total 56
drwxr-xr-x@ 14 rob staff 476 26 Mar 00:34 .
drwxr-xr-x 4 rob staff 136 25 Mar 18:38 ..
-rw-r--r--@ 1 rob staff 6148 25 Mar 22:54 .DS_Store
drwxr-xr-x 3 rob staff 102 24 Mar 02:54 .divshot-cache
drwxr-xr-x 15 rob staff 510 25 Mar 23:10 .git
-rw-r--r-- 1 rob staff 28 25 Mar 22:53 .gitignore
-rw-r--r-- 1 rob staff 159 25 Mar 23:56 build.js
-rw-r--r-- 1 rob staff 448 25 Mar 23:00 divshot.json
drwxr-xr-x 3 rob staff 102 25 Mar 23:05 layouts
-rw-r--r-- 1 rob staff 96 26 Mar 00:34 metalsmith.json
drwxr-xr-x 8 rob staff 272 25 Mar 23:04 node_modules
-rw-r--r-- 1 rob staff 542 25 Mar 23:04 package.json
drwxr-xr-x 13 rob staff 442 25 Mar 22:53 public
drwxr-xr-x 4 rob staff 136 25 Mar 23:10 src
graviton:website rob$ find src/
src/
src/index.html
src/info.html
graviton:website rob$ find layouts
layouts
layouts/index.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment