sondr3 / generator-jekyllized

A Yeoman generator for Jekyll to rapidly build sites using Gulp
MIT License
326 stars 35 forks source link

Typo for gulp-gh-pages in uploading.js gulp task #139

Closed mitchrenton closed 8 years ago

mitchrenton commented 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 👍

sondr3 commented 8 years ago

Thanks! I'll push a fix later tonight.

sondr3 commented 8 years ago

And done, I've pushed a fix to the base generator, thanks! 😃