kubernetes-sigs / cli-experimental

Experimental Kubectl libraries and commands.
Apache License 2.0
85 stars 219 forks source link

Check in vendor scss #38

Closed pwittrock closed 4 years ago

pwittrock commented 4 years ago

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
pwittrock commented 4 years ago

https://github.com/kubernetes-sigs/cli-experimental/pull/39