zachleat’s avatarzachleat’s Twitter Archive—№ 36,753

  1. …in reply to @TheGreenGreek
    @TheGreenGreek @tkadlec @jlengstorf Yeah, a couple of things there. CSS optimization rewrites your CSS and hosts it on a Cloudfront domain—it won’t match your preload URLs. Use /* clean-css ignore:start */ and /* clean-css ignore:end */ to bypass parts of CSS—but for advanced cases I would disable it altogether.
    1. …in reply to @zachleat
      @TheGreenGreek @tkadlec @jlengstorf (Regardless, I’m guessing you don’t want that blocking CSS request to go cross domain anyway)