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

Shouldn't there be a stylesheet_tag helper? #39

Closed joevandyk closed 13 years ago

joevandyk commented 13 years ago

I'm a little confused about how sass stylesheets are supposed to work with serve.

adamstac commented 13 years ago

There is a stylesheet_link_tag, check out github.com/jlong/serve/blob/master/lib/serve/view_helpers.rb.

Though, I don't see it mentioned in the readme

jlong commented 13 years ago

I've listed it here now: http://get-serve.com/documentation/view-helpers

Thanks!