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

When export project, Slim templates output with .slim extensions #105

Open growdigital opened 11 years ago

growdigital commented 11 years ago

I'm predominantly using Slim templates and when using the serve export command, the static Slim files are output with .slim extension rather than .html extension

agarzola commented 10 years ago

I had this issue a while back and it was solved by renaming sample.slim to sample.html.slim. I hope this helps (however late it may be)!

growdigital commented 10 years ago

That's good to know, thank you :-)

Alfonso notifications@github.com wrote:

I had this issue a while back and it was solved by renaming sample.slim to sample.html.slim. I hope this helps (however late it may be)!


Reply to this email directly or view it on GitHub: https://github.com/jlong/serve/issues/105#issuecomment-31526758

Sent from my Android device with K-9 Mail. Please excuse my brevity.