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

"/layouts" Copied via Export #66

Closed nathansmith closed 12 years ago

nathansmith commented 12 years ago

If I run...

serve export ../folder

Everything is exported to folder as expected, but the "/layouts" directory is copied over as well.

Not a big deal, but it's also not necessary, since the respective layouts are compiled down into HTML files.

ntalbott commented 12 years ago

Duplicate of #58.