• Resolved urmi30

    (@urmi30)


    I want to use the minified css link for my android app and I see that SG optimizer creates 4 minified CSS files. I want to know which one to use and assuming that the file name keeps changing, is there a set pattern for the CSS file to be used?

    • This topic was modified 4 years, 4 months ago by urmi30.

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

Viewing 1 replies (of 1 total)
  • Plugin Author Stanimir Stoyanov

    (@sstoqnov)

    SiteGround Representative

    Hey @urmi30

    I guess that you refer for combined styles, right?

    The combined styles name is automatically generated based on the file content.

    This means that if you change a single line in one of the styles, new file will be created.

    The filename is md5 hash of the content, so I don’t suggest you to use it for external app.

    
    siteground-optimizer-combined-styles-' . md5( implode( '', $content ) ) . '.css'
    

    Regards,
    Stanimir

Viewing 1 replies (of 1 total)
  • The topic ‘Why are 4 minified CSS created? Which one to use for android app?’ is closed to new replies.