jlong / serve

Serve is a small Rack-based web server and rapid prototyping framework for Web applications (specifically Rails apps). Serve is meant to be a lightweight version of the Views part of the Rails MVC. This makes Serve an ideal framework for prototyping Rails applications or creating simple websites. Serve has full support for Rails-style partials and layouts.
http://get-serve.com
Other
836 stars 90 forks source link

Compass #75

Closed dinatih closed 12 years ago

dinatih commented 12 years ago

Hi, I couldn't use compass in new created project. Adding "@import "compass"; " in screen.css, show me that error in console: GET http://0.0.0.0:4000/stylesheets/compass 404 (Not Found) :S.

I thank that compass was installed by defaut and there is no config to do to use it, isn't it ?

jlong commented 12 years ago

Did you solve the problem?

dinatih commented 12 years ago

Yes sorry, shame on me, I was editing the stylesheet public/stylesheet/screen.css in place of /stylesheets/screen.scss :s.

It's a very useful gem, thanks