Relative helpers for Fire.app
- javascript tag
<%= javascript_include_tag_r "script" %> - stylesheet tag
<%= stylesheet_link_tag_r "script" %> - image tag
<%= image_tag_r "script" %> - background image path
<%= bg_image_path_r "script" %> - image tag
<%= image_tag_r "script" %> - relative path to anything
<%= a_href_r "script" %>-<a href="<%= a_href_r "login/index.html" %>">Login</a>