0

My site http://www.gamer-source.com/ is not showing any CSS on the page. I see that CSS is indeed loading properly if I visit the URLs. I've cleared minify's cache so I know that's not the issue...

Ben
  • 3,630
  • 17
  • 62
  • 93

1 Answers1

0

style-all.css and article/news/view.css are not being loaded due to bad request errors. Check that their path is correct and valid.

daemonofchaos
  • 1,201
  • 1
  • 8
  • 10
  • They have the same permissions as all the other CSS files, and the paths are correct. – Ben Oct 07 '10 at 01:24
  • Not sure why but if you use the Firebug plugin with Firefox you will see tho results for those 2 files are 400 Bad Request – daemonofchaos Oct 07 '10 at 01:37
  • The directory path for minify wasn't pointing to the right place... dangit! – Ben Oct 07 '10 at 02:17