Closed KimberlyMunoz closed 9 years ago
@KimberlyMunoz have you tested this in IE8? Before merging I just want to make sure that moving the modernizr script doesn't have any consequences.
Thanks for doing this!
Good catch. I'll test this morning.
I didn't see any issues in IE8, but I think it's better to move it before the main javascript file since we do check for pushState support in Modernizr.
:+1: that makes sense to me!
Right now, we see this when we do a performance audit.
I changed the way our scripts and styles are ordered so that our inline script doesn't come between the styles and scripts. Google has a great little video on it here.
It's a small change, but hopefully has some noticeable effects on getting the page to render more quickly.