Skip to content
hlb edited this page Mar 12, 2013 · 6 revisions

Custom Handlers

Fire.app supports these file formats by default:

  • HAML: .html.haml / .haml
  • Sass: .sass / .scss
  • ERB: .html.erb / .erb
  • Markdown (Kramdown): .html.markdown / .html.mkd / .html.md / .markdown / .mkd / .md
  • CoffeeScript: .js.coffee / .coffee

You can hook other file formats by creating a file named http_servlet_handler.rb.

PHP Example: HTTPServlet Handler Example