zachleat’s avatarzachleat’s Twitter Archive—№ 41,247

  1. …in reply to @JbIPS
    @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:
    oh my god twitter doesn’t include alt text from images in their API
    1. …in reply to @zachleat
      @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