X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=README.md;h=0364fb6bca11d07652d276b4025c48450af9a7e7;hb=950b5d64a27994db1697eb4e605f5ea48ad8021b;hp=02741776f31e0c381e0ef78c8e43c2ac83d8918a;hpb=10068d5fd03ebd621cc26e74cb7fc1ae9a5abab7;p=jquery.git diff --git a/README.md b/README.md index 0274177..0364fb6 100644 --- a/README.md +++ b/README.md @@ -33,9 +33,13 @@ Makes: ./dist/jquery.js `make min` -A compressed version of jQuery (made the YUI Minifier). +A compressed version of jQuery (made the Closure Compiler). Makes: ./dist/jquery.min.js +`make lint` + +Tests a build of jQuery against JSLint, looking for potential errors or bits of confusing code. + `make selector` Builds the selector library for jQuery from Sizzle.