forestryio / create-static-site

Create static websites with no build configuration.
MIT License
136 stars 10 forks source link

Jekyll Template fails to build #12

Closed ncphillips closed 6 years ago

ncphillips commented 6 years ago

Unfortunately, I pushed a bad commit and broke the Jekyll template 👎


Message:
    Invalid glob argument: undefined
Stack:
Error: Invalid glob argument: undefined
    at Gulp.src (/Users/nolan/Code/forestryio/create-static-site/demo/node_modules/gulp/node_modules/vinyl-fs/lib/src/index.js:20:11)
    at Gulp.gulp.task.cb (/Users/nolan/Code/forestryio/create-static-site/demo/node_modules/static-scripts/scripts/gulpFile.js:98:6)
    at module.exports (/Users/nolan/Code/forestryio/create-static-site/demo/node_modules/orchestrator/lib/runTask.js:34:7)
    at Gulp.Orchestrator._runTask (/Users/nolan/Code/forestryio/create-static-site/demo/node_modules/orchestrator/index.js:273:3)
    at Gulp.Orchestrator._runStep (/Users/nolan/Code/forestryio/create-static-site/demo/node_modules/orchestrator/index.js:214:10)
    at Gulp.Orchestrator.start (/Users/nolan/Code/forestryio/create-static-site/demo/node_modules/orchestrator/index.js:134:8)
    at runNextSet (/Users/nolan/Code/forestryio/create-static-site/demo/node_modules/run-sequence/index.js:124:15)
    at runSequence (/Users/nolan/Code/forestryio/create-static-site/demo/node_modules/run-sequence/index.js:136:2)
    at Gulp.gulp.task.cb (/Users/nolan/Code/forestryio/create-static-site/demo/node_modules/static-scripts/scripts/gulpFile.js:88:3)
    at module.exports (/Users/nolan/Code/forestryio/create-static-site/demo/node_modules/orchestrator/lib/runTask.js:34:7)```
ncphillips commented 6 years ago

The cause has been found and is being fixed