aboutsummaryrefslogtreecommitdiffstats
path: root/build/lib
Commit message (Collapse)AuthorAgeFilesLines
* Add undef:true to JSHint now that it understands hoistingMike Sherov2012-01-191-84/+187
| | | | also add smarttabs:true and fix some smarttabs spacing issues
* Fix #10692. JSLint is dead! Long live JSHint!Mike Sherov2011-12-082-5504/+4256
| | | | Still needs this sizzle PR: https://github.com/jquery/sizzle/pull/82
* Update the UglifyJS code.John Resig2011-05-022-45/+91
|
* Updating UglifyJS.John Resig2011-04-172-437/+571
|
* Replace build system with a faster new one that uses Node and UglifyJS and ↵Colin Snover2011-01-174-0/+8327
generates smaller minified files. Also removes builds through rake/ant since having 3 different build systems was too much to maintain (make was the only one consistently kept up-to-date). Fixes #7973.