paulca / eyeballs.js

A lightweight MVC framework for building fast, tidy javascript web apps
335 stars 16 forks source link

RuntimeError: Unknown media type: ".mustache" #5

Open millisami opened 13 years ago

millisami commented 13 years ago

Just tryingto use it. But why this error: RuntimeError: Unknown media type: ".mustache"

paulca commented 13 years ago

Hi,

Where did you get that error?

—P

ravicious commented 13 years ago

millisami, your application use Sinatra, doesn't it? Just add mime_type :mustache, 'text/html' before routes in your app.

millisami commented 13 years ago

Thanks ravicious, that works. Is there any doc/tut/info about how to sync the db in remote server in background process?