Foundation-for-Jekyll-sites / jekyll-foundation

Start your Jekyll (v3) project with Zurb Foundation for Sites (v6, sass).
MIT License
179 stars 64 forks source link

Need help? #7

Closed core77 closed 8 years ago

core77 commented 8 years ago

You can join the chat at https://gitter.im/core77/jekyll-foundation (login is easy there with your GitHub account).

If something doesn't work like expected and you think you found a bug, feel free to create a new issue.

shoshorov commented 8 years ago

npm start crashes on jekyll-build task - Windows 10. It seems that child_process.spawn doesn't work very well on Windows. I replaced it with cross-spawn and now I'm able to bluid the site.

core77 commented 8 years ago

@shoshorov Please make a pull request! Well done!