Hello!
I have a Jekyll 4 site, which uses the sassc
gem.
The installation of the sassc
gem is very long (several minutes in general):
6:46:37 PM: Fetching sassc 2.3.0
6:46:38 PM: Installing sassc 2.3.0 with native extensions
6:50:08 PM: Fetching jekyll-sass-converter 2.1.0
One log makes me believe it should be cached:
6:46:03 PM: Started restoring cached ruby gems
6:46:03 PM: Finished restoring cached ruby gems
And later:
6:50:26 PM: Started saving ruby gems
6:50:26 PM: Finished saving ruby gems
Yet for some reason, at least during my preview builds, the cache doesn’t seem to have any effect.
Since this gem build is very long, I would really like to be able to cache it.
What are possible debugging tips & work-arounds? Did anyone meet the same problem?
Many thanks!
– Thibaut