…er it sees an asset, it makes a request. And the fewer requests are made to the server, the better. I feel like for development, we can break our styling and scripts into different files for easier navigation and manipulation but when it comes to production, we should concatenate. Also, if these files are minified in production, they become smaller and even easier to manipulate.…