My question is if you concatanate css files together via a build script, will that css file be cached? or will is it re-downloaded every time one of the files is downloaded
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The resulting CSS file will be treated just like any other static file. If your web server is set up to cache static files, it will be cached on the web server. If a users browser is configured to cache files, it will be cached until the web server says it has changed.