Closed mitchrenton closed 8 years ago
In uploading.js (../gulp/tasks/uploading.js) on line 3...
const ghpages = require('gulp-ghpages');
Notice there is no hyphen between 'gh' and 'pages' - this prevents the 'gulp' task from running.
Adding the hyphon fixes this, thought I'd let you know 👍
Thanks! I'll push a fix later tonight.
And done, I've pushed a fix to the base generator, thanks! 😃
In uploading.js (../gulp/tasks/uploading.js) on line 3...
const ghpages = require('gulp-ghpages');
Notice there is no hyphen between 'gh' and 'pages' - this prevents the 'gulp' task from running.
Adding the hyphon fixes this, thought I'd let you know 👍