macbury / webpraca

webpraca is a opensource job board. It's purpose is to provide a way to quickly and easily host a niche job board.
http://webpraca.net
GNU General Public License v3.0
62 stars 5 forks source link

Stylesheets not found #2

Open jamiesmith opened 14 years ago

jamiesmith commented 14 years ago

Screenshots look pretty nice, I thought that I would poke around a bit.

You have stylesheets in gitignore, did you mean to?

ActionController::RoutingError (No route matches "/stylesheets/ui.css" with {:method=>:get,

nedludd commented 14 years ago

I believe CSS files are generated in "/public/stylesheets" from "/app/stylesheets/*.less" files. Try running "rake more:parse"