verekia / initializr

HTML5 Boilerplate Build Tool
http://initializr.com
1.44k stars 238 forks source link

Google Chrome 18 problem with Initilizr Bootstrap #38

Closed aryamazaheri closed 12 years ago

aryamazaheri commented 12 years ago

Hi, I have just downloaded the bootstrap bundle from www.initializr.com. (Not, http://twitter.github.com/bootstrap/index.html). I tried to test the index.html on different browsers. It was totally fine on Safari and Firefox. But it was thoroughly styleless on Chrome 18.

Do you know the main cause of the problem? I think less stylesheet doesnt work at all on Chrome!

verekia commented 12 years ago

Less.js requires the http:// protocol to perform AJAX requests (on the screenshot you sent me it's file://) Use a web server or compile your Less files into a CSS file and you'll be all set!