Reduce network bandwidth

You want to implement bundling and minification in your site. What are some of the potential problems you need to be aware of? (Choose all that apply)

You need to be sure you do not bundle too many scripts together because you cannot take advantage of concurrent downloads if only one or two files are being downloaded.
None; there is no condition in which this is a poor decision.
You should bundle and minimize scripts and CSS files together for maximum effectiveness.
Not bundling logically linked scripts together can have a negative effect on performance.