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

No layout for SASS #110

Open danstutzman opened 10 years ago

danstutzman commented 10 years ago

Bug fix: serving SASS files shouldn't use a layout; using a layout would incorrectly add HTML headers and footers to the CSS output.

wazery commented 9 years ago

There is some problem with your PR on Travis, it seems that it's unrelated to your changes instead Bundler and RubyGems (Ruby 1.8).

The strange thing it that this issue is supposed to be fixed according to this. I unfortunately can't merge till figuring out what's wrong with Travis.