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.
I created an empty folder with index.slim page is rendered properly, but when I try to convert serve convert I get a file html/index.slim which contains html.
Hi,
I created an empty folder with
index.slim
page is rendered properly, but when I try to convertserve convert
I get a filehtml/index.slim
which contains html.The only problem is the extension.