I took a closer look and it seems that this is caused by the css comments in the latest web2py_bootstrap.css commit. The /* */ style is the only valid comment style for css, // isn't. I reported it.
Regards, Ales On Saturday, September 22, 2012 2:43:10 AM UTC+2, LightDot wrote: > > Same issue here, I think. I stay closer to latest trunk so I know this > just happened now... the last commit to web2py_bootstrap.css seems to be > it, which is just a code cleanup. Probably just a typo somewhere but I > don't have time to look into the details until tomorrow. > > Alec, if you take the file from this commit: > > http://web2py.googlecode.com/hg-history/374c5ec18e9b242fad80029d82259317fb158b8c/applications/welcome/static/css/web2py_bootstrap.css > > you should have all the latest functionality & working glyphicons. > > Regards, > Ales > > On Friday, September 21, 2012 6:18:46 PM UTC+2, Alec Taylor wrote: >> >> Upgrading an old project from 2.0.1 or so to the latest trunk. >> >> I replaced my views/default and static folder with the ones from the >> latest welcome app. Subsequently I made my modifications to them; >> essentially copy and pasting blocks of code from my old layout.html to >> the new one, same went for my views/default/index.html page. >> >> Strangely enough none of my twitter-bootstrap icons are working. To >> fully test I replaced my glyphicons-*.png files in static with the >> latest ones from the twitter-bootstrap page, and tried once again in a >> view with a single line: >> {{=I(_class='icon-screenshot')}} >> >> Still, nothing showed up. I've also tried clearing my cache. >> >> Could you please fix the bootstrap icons? >> >> Thanks, >> >> Alec Taylor >> > --