Is it smart to tack on html5 boilerplate (and thus also normalize.css) to an install of twitter bootstrap, or will this create a lot of bloat and redundancy?
I'm asking this because initializr offers it, but I'm not sure whether it will add any extra value to tack these onto bootstrap, since I'm sure bootstrap includes some resets and defaults of its own.
Bootstrap's _reset partial is an adapted version of Nicolas Gallagher's normalize.css, so yes, you would probably find it to be very redundant.