byuweb / HTML-Templates

Development for BYU responsive theme
http://byuweb.github.io/HTML-Templates/
9 stars 9 forks source link

Make JS files less chatty #73

Closed dalemurri closed 11 years ago

dalemurri commented 11 years ago

script.min.js and fonts.min.js are very chatty on the console, is there a way to have that reduced?

esng25 commented 11 years ago

I believe we Are still waiting on the Hoefler fronts before fonts are 100%. I suppose we can turn off the console prints for font loads until then.

On Sep 23, 2013, at 2:52 PM, l0cke notifications@github.com wrote:

script.min.js and fonts.min.js are very chatty on the console, is there a way to have that reduced?

— Reply to this email directly or view it on GitHub.

nwalton3 commented 11 years ago

Removed fonts.min from build

nwalton3 commented 11 years ago

Not sure why there's so much "Resource interpreted as...", but it looks to me like it's something with H&FJ fonts. Other than that, the only console log I could find was a listing of initial window size. Removed that.