The .gitignore file ignores the vendor directory, so some required files were not checked in.
If I try to build with hugo from the site directory I get:
Error: Error building site: TOCSS: failed to transform "scss/main.scss" (text/x-scss): SCSS processing failed: file "stdin", line 6, col 1: File to import not found or unreadable: ../vendor/bootstrap/scss/bootstrap
The
.gitignore
file ignores the vendor directory, so some required files were not checked in.If I try to build with
hugo
from thesite
directory I get: