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

Invalid Template Error: serve create my-project -t blank #42

Closed victortolbert closed 13 years ago

victortolbert commented 13 years ago

I'd assumed that by executing the example, serve create my-project -t blank as found on the Creating a New Serve Project page, that a blank template could be specified as a standard cmd line option.

jlong commented 13 years ago

Great catch. Just pushed Serve 1.5.1. Happy coding... :)

victortolbert commented 13 years ago

Thank you.

FYI, I get errors when I try to serve both the radiant prototype and Adam's serve-bootstrap.

For example,

_...compass-0.11.5/lib/compass/sassextensions.rb:2:in `<top (required)>': It looks like you've got an incompatible version of Sass. This often happens when you have an old haml gem installed. Please upgrade Haml to v3.1 or above.

What I have installed is...

sass (3.1.4, 3.1.0.alpha.253, 3.1.0.alpha.252) haml (3.1.2, 3.1.0.alpha.147, 3.0.25)

Thanks, Victor

On Wed, Jul 13, 2011 at 9:55 PM, jlong < reply@reply.github.com>wrote:

Great catch. Just pushed Serve 1.5.1. Happy coding... :)

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