Revision 65f3dd87d34bb505ec617d646434cf664cccf316

Committed on 21/12/2011 2:02 am by andrerom <andre.romcke@gmail.com> [GitHub Diff]

Merge pull request #11 from jdespatis/vanish-jsmin

Remove JSMin from ezjscore (not used by default)

It is now possible to use your own minifier, so the need to bundle our own version of JSMin is no longer the there. Furthermore this implementation of JSMin has it's share of bugs if the js code does not conform to JSLint..