duncanbeevers / rails_view_annotator

Wraps the rendering of Rails partials with html comments indicating the disk location of the rendered partial
32 stars 9 forks source link

Added json support #14

Open iainbeeston opened 9 years ago

iainbeeston commented 9 years ago

Right now html comments get added to anything that's not text format. I've changed this to only add comments to explicitly supported types (html and text) and ignore everything else.