Skip to content

Commit

Permalink
Merge pull request #1 from keanulee/master
Browse files Browse the repository at this point in the history
Added support for atomic tags; ignore tag attributes; interpret whitespace.
  • Loading branch information
BradNeuberg committed Apr 8, 2014
2 parents 84bdd87 + fcf5122 commit d15c51f
Show file tree
Hide file tree
Showing 8 changed files with 673 additions and 20 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
*.js
node_modules
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# htmldiff.js
### HTML Diffing in JavaScript (ok, CoffeeScript actually.)

[![Build Status](https://secure.travis-ci.org/tnwinc/htmldiff.js.png)](http://travis-ci.org/tnwinc/htmldiff.js)
[![Build Status](https://travis-ci.org/keanulee/htmldiff.js.svg?branch=master)](https://travis-ci.org/keanulee/htmldiff.js)

`htmldiff.js` is a CoffeeScript port of https://github.com/myobie/htmldiff
(This one has a few more tests.)
Expand Down
Loading

0 comments on commit d15c51f

Please # to comment.