-
@JbIPS This is a potentially confusing part with our template caching internals. Caching is tied to the content of the primary file (which hasn’t changed!). The most straightforward/easy thing is to do is move your sass compilation inside of the render function, like this:
-
@JbIPS alternatively you could use
compileOptions.cache: false
to disable the caching for scss files 11ty.dev/docs/languages/custom/#compileoptions.cache-for-advanced-control-of-caching