• Resolved delsey

    (@delsey)


    It looks like when AO optimizes CSS it replaces relative paths to absolute paths in the optimized CSS – but is uses the server base path even if a CDN base is specified. So I have a css file that loads a font with a relative path. Without autoptimize the relative path points to the CDN as that’s where the CSS loads from, but with autoptimize the font loads from the origin server because the path is explicit in the optimized css.

    It would be good to be able to disable this, or for AO to use the cdn base in the absolute path.

    There’s a few images here: https://www.dropbox.com/sh/pcmguesz4c3pyov/AAAT_YFSXNK_oFio_94uVjRPa?dl=0

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘optimized css relative path conversion’ is closed to new replies.