I’m getting an error when running jekyll serve:
Conversion error: Jekyll::Converters::Scss encountered an error while converting 'assets/css/site.scss':
Error: File to import not found or unreadable: base. on line 2:1 of site.scss >> @import "base"; ^
Error: Error: File to import not found or unreadable: base. on line 2:1 of site.scss >> @import "base"; ^
Error: Run jekyll build --trace for more information.
But the only thing wrong is that it won’t add the line for the sourcemap url to the bottom of the combined css file. The same number of lines is there, it is finding and importing the partial.
If I just save the partial there is a 50-50 chance I get the error. I have about a dozen partials and it doesn’t matter which one I do it to, they all do the same thing.
Not really a big deal, but a little odd.
I am on windows. jekyll 4.2
I used to do sass outside of jekyll but am now letting jekyll handle it again, so I don’t know if this just started happening or not.
here is a longer bit of the output, this is just me pressing ctrl +s - not even changing anything.
Regenerating: 1 file(s) changed at 2021-03-04 20:03:52
_sass/_variables.scss
...done in 0.0730343 seconds.
Regenerating: 1 file(s) changed at 2021-03-04 20:03:53
_sass/_variables.scss
...done in 0.0731719 seconds.
Regenerating: 1 file(s) changed at 2021-03-04 20:03:54
_sass/_variables.scss
Conversion error: Jekyll::Converters::Scss encountered an error while converting 'assets/css/site.scss':
Error: File to import not found or unreadable: variables. on line 1:1 of site.scss >> @import "variables"; ^
Error: Error: File to import not found or unreadable: variables. on line 1:1 of site.scss >> @import "variables"; ^
Error: Run jekyll build --trace for more information.
Regenerating: 1 file(s) changed at 2021-03-04 20:03:54
_sass/_variables.scss
...done in 0.0680597 seconds.
Regenerating: 1 file(s) changed at 2021-03-04 20:04:00
_sass/_variables.scss
Conversion error: Jekyll::Converters::Scss encountered an error while converting 'assets/css/site.scss':
Error: File to import not found or unreadable: variables. on line 1:1 of site.scss >> @import "variables"; ^
Error: Error: File to import not found or unreadable: variables. on line 1:1 of site.scss >> @import "variables"; ^
Error: Run jekyll build --trace for more information.
Regenerating: 1 file(s) changed at 2021-03-04 20:04:00
_sass/_variables.scss
...done in 0.0667192 seconds.
Regenerating: 1 file(s) changed at 2021-03-04 20:04:01
_sass/_variables.scss
...done in 0.0742887 seconds.