X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=README.md;h=7b794af6adc6b04d016117d581e07f6de4c3f300;hb=1844f95c5b2f92a1b388ff43e20aa4f065a6e57c;hp=6e32fdfe00b091f99b2588c4e3207c7e2cbeea96;hpb=c97e914d40a8a24b47f2b6ef4f706b5367d94ee2;p=jquery.git diff --git a/README.md b/README.md index 6e32fdf..7b794af 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,10 @@ Makes: ./dist/jquery.js 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)