Minifier is now in a separate file, under /src.
authorJuriy Zaytsev <kangax@gmail.com>
Mon, 8 Feb 2010 06:07:47 +0000 (01:07 -0500)
committerJuriy Zaytsev <kangax@gmail.com>
Mon, 8 Feb 2010 06:07:47 +0000 (01:07 -0500)
commit9f89ad65ec89d4064fe3c06fefa30a6d8c154e9b
tree5eccc25400eefd49ffc0a1cda064144a8478694d
parent4c21af5d7166cf45409066d062b04586d8616c25
Minifier is now in a separate file, under /src.
Start writing unit tests with qUnit.
List parser defficiencies that were taken care of.
Add more explanations to minification options.
Various fixes and tweaks to parser and minifier.
index.html
master.css
master.js
src/htmlminifier.js [new file with mode: 0644]
src/htmlparser.js [moved from htmlparser.js with 91% similarity]
tests/index.html [new file with mode: 0644]
tests/qunit.css [new file with mode: 0644]
tests/qunit.js [new file with mode: 0644]