Closed djacquel closed 7 years ago
Once installed bundle exec jekyll serve return a scss import error (see).
bundle exec jekyll serve
Error in _assets/stylesheets/light.scss:50 File to import not found or unreadable: ../bower/fluidbox/src/css/_fluidbox.scss. ...
Install process needs to include bower install.
bower install
It does if you run bin/setup https://github.com/nielsenramon/chalk/blob/master/bin/setup#L16
bin/setup
Once installed
bundle exec jekyll serve
return a scss import error (see).Install process needs to include
bower install
.