Clidus / gwl

Video game collection, wishlist and backlog tracker.
https://www.gamingwithlemons.com/
MIT License
18 stars 6 forks source link

CSS Missing? #49

Closed tsilvia closed 10 years ago

tsilvia commented 10 years ago

I keep getting an error that says it got a 404 on http://host.com/css/stylesheet.css?v=1 is there anything required to to set that up, or can you tell me where the stylesheet.css is located?

There was nothing in the install instructions mentioning this.

Clidus commented 10 years ago

Sorry, I should have mentioned this in the instructions. The project uses sass/compass to build the CSS file. You need to install it, navigate to the project root in terminal, then run compass compile (or compass watch) to create the CSS.

I'm away for a week with awful Internet on my phone, so I will try to create more detailed instructions when I get back.

tsilvia commented 10 years ago

That worked for me, thanks!

  1. sudo yum install rubygems
  2. cd /to/app/directory
  3. gem install compass
  4. compass compile