eyeballs.js
eyeballs.js copied to clipboard
RuntimeError: Unknown media type: ".mustache"
Just tryingto use it. But why this error: RuntimeError: Unknown media type: ".mustache"
Hi,
Where did you get that error?
—P
millisami, your application use Sinatra, doesn't it? Just add mime_type :mustache, 'text/html' before routes in your app.
Thanks ravicious, that works. Is there any doc/tut/info about how to sync the db in remote server in background process?