generator-jekyllized: Updated today and new project is failing in a few spots

running: nvm - node 4.2.1 jekyll - 3.3.1 jekyllized - 3.3.6 OS - mac - Sierra

I want to point out I have 2 of your builds running perfectly fine on other projects, but today a fresh install is breaking in a few spots.

  1. Yet another issue with node-sass. Seems like everyone has issues with node-sass. Gulp-sass needs to update from @2.1.1 to @3.13. Build won’t enable the next layer of errors until I change this and run npm install yet again.

  2. Now I get errors about jekyll-paginate, and jekyll-gist. Adding them to the _config.yml like gems: [jekyll-paginate, jekyll-gist]

  3. Now everything runs and my output stops at[23:41:33] Finished 'jekyll:dev' after 1.1 s and then it just sits. No errors. No warnings. I have been putting console logs in different sections and nothing seems to be outputting anything interesting.

screen shot 2016-11-18 at 11 41 36 pm

Any ideas? I’m at a loss.

P.s. I also want to thank you. I have learned a lot about jekyll and gulp from your code. I built a few jekyll/gulp builds myself and by doing so I learned to appreciate how you set up your build environment.

About this issue

  • Original URL
  • State: closed
  • Created 8 years ago
  • Comments: 27 (9 by maintainers)

Most upvoted comments

Yeah, when running gulp command it’ll look for your assets and automatically inject them, or at least, it should do that.

Hey, I’ll take a look as soon as I can. Might not be until Monday when I’ve finished my exam 😃