X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=README.md;h=7b794af6adc6b04d016117d581e07f6de4c3f300;hb=2fbe3fbf681b65426868920d00085f1fa56034c7;hp=02741776f31e0c381e0ef78c8e43c2ac83d8918a;hpb=10068d5fd03ebd621cc26e74cb7fc1ae9a5abab7;p=jquery.git diff --git a/README.md b/README.md index 0274177..7b794af 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. @@ -50,10 +54,6 @@ directory, you can specify the PREFIX directory, for example: `make PREFIX=/home/john/test/` -OR - -`make PREFIX=~/www/ docs` - If you have any questions, please feel free to ask them on the jQuery mailing list, which can be found here: [http://docs.jquery.com/Discussion](http://docs.jquery.com/Discussion)