thomasdavis / kaleistyleguide

This project aims at making sure your style sheets are fully documented whilst being synchronized with your webpages styles. To do this it actually uses your live stylesheets in so that at anytime you can review how your styleguide looks.
http://kaleistyleguide.com
The Unlicense
669 stars 106 forks source link

IE9 "Console" Fix #16

Closed linowski closed 12 years ago

linowski commented 12 years ago

On Windows 7 (and possibly other Win OS?) in IE9 when launching http://kaleistyleguide.com/ (or a deployed guide) the styles do not load, but instead get stuck at "loading styles" text with a blank page.

Error from IE9: line15 in menu.js: 'console' is undefined

Jakub's Quick Fix: In 'index.html' I've placed the following code above the require.js script tag: ''

With that, IE9 loads everything properly :) Maybe there is a cleaner way ...

Jakub