Hey Aaron, i just started to play around with the Boilerplate theme and i noticed something bothering me. I installed the theme on a brand new wp 3.3.1 installation and just selected in the admin the jQuery JS, jQuery Plug-ins JS and Site-specific JS options. I then looked at the source code and saw that the jQuery library is actually loaded after the plugins and site-specific files, which makes it impossible for the browser to perform any js code (did a test with a basic $(‘html’).css(‘background’,’#ccc’); on domready). Any clue on how to just change the order in which files are loaded to load jquery.js first?
Thanks in advance.