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

Fix bug that prevents sass @import from working #121

Closed neomindryan closed 9 years ago

neomindryan commented 9 years ago

Serve::Pipeline::Template.initialize was passing an uninitialized ivar @root_path into FileTypeHandlers. SASS raised a nil exception when trying to search the load_path nil for the file to be imported.