mmistakes / jekyll-theme-basically-basic

Your new Jekyll default theme.

Home Page:https://mmistakes.github.io/jekyll-theme-basically-basic/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gh-pages failed build?

odds-get-evened opened this issue · comments

I am getting gh-pages build fail when using this theme. Full error from Github:

The page build failed for the `gh-pages` branch with the following error:

Your SCSS file `assets/stylesheets/main.scss` has an error on line 11: File to import not found or unreadable: basically-basic/vendor/breakpoint/breakpoint. Load path: _sass. For more information, 

I looked at the sass file but it looks okay to me. Any ideas?

The error is your first clue:

Your SCSS file `assets/stylesheets/main.scss` has an error on line 11: File to import not found or unreadable: basically-basic/vendor/breakpoint/breakpoint. Load path: _sass. For more information,

All of the Sass partials in_sass/basically-basic/vendor/ are missing in your repo. If I had to guess you have vendor gitignored in .gitignore and it's not pushing up those files to your GitHub repo. So GH Pages fails when it tries to build since there's a bunch of missing files.