coopdevs / coopdevs-old-web

coopdevs.org content
http://coopdevs.org
2 stars 10 forks source link

Explain you need to install dependencies with Yarn #62

Closed sauloperez closed 4 years ago

sauloperez commented 4 years ago

The README didn't mention it so after a bundle install and a bundle exec jekyll serve you would get the error:

Conversion error: Jekyll::Converters::PostCss encountered an error while converting 'css/site.css'

This is exactly what @sseerrggii experienced, but running a yarn install before bundle exec jekyll serve fixes it.