prettydiff
Advanced tools
Comparing version 0.0.11 to 0.0.12
@@ -743,3 +743,3 @@ /* jsmin.js - 2006-08-31 | ||
} | ||
if (asiflag && (isAlphanum(s) || s === "]" || s === ")") && a === "\n" && (b === "}" || b === " ")) { | ||
if (asiflag && (isAlphanum(s) || s === "]" || s === ")") && a === "\n" && (b === "}" || b === " " || b === "!")) { | ||
r.push(";"); | ||
@@ -746,0 +746,0 @@ } |
{ | ||
"name": "prettydiff", | ||
"author": "Austin Cheney <austin.cheney@us.army.mil> (http://prettydiff.com/)", | ||
"version": "0.0.11", | ||
"version": "0.0.12", | ||
"description": "File comparison tool to accurately diff between file versions regardless of comments or minification to the whitespace. It can also beautify (pretty print) and minify HTML.", | ||
@@ -6,0 +6,0 @@ "keywords": ["diff", "pretty diff", "pretty print", "pretty-print", "beautify", "minify", "xml", "html", "css", "javascript"], |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
1185098