Combine your stylesheet css files into one file to improve site performance. We all know this rule, but how do we go about doing this? We could automate this in our build script, but then that means we have to do the same thing in development. So, if you reference 'combined.css' in your webpage in development - because the build server will make that for you - you have to maintain that combined file in development. Or, you are looking at the debug setting and properly outputting a reference to the...
|
8
Shouts |
|
|||
No comments yet, be the first one to post comment.