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.
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 ...
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