Is it usual practice to combine and minify external JS libraries and css files or should only user generated CSS and JS files be combined and minified?
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.
It is best practice to combine and minify external js and css files. This results in fewer requests and faster load times.
It doesn’t matter if they are application specific or a library such as jquery. Just make sure that code that relies on your libraries are combined after the libraries.