0

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

1 Answer 1

1

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.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.