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

Use breakpoint on export #113

Open agarzola opened 10 years ago

agarzola commented 10 years ago

Hi! I’ve been using breakpoint on a project and have run into the issue that it doesn’t load on export. Going by one of your comments on another issue, I’m guessing it’s because serve export does not yet use config.ru.

I’ve tried adding require 'breakpoint' at the top of compile_compass_sass in export.rb of my local install of serve, but this doesn’t help. Could you point me in the right direction?

Thanks!