diff options
author | jeresig <jeresig@gmail.com> | 2010-03-01 21:51:44 -0500 |
---|---|---|
committer | jeresig <jeresig@gmail.com> | 2010-03-01 21:51:44 -0500 |
commit | 950b5d64a27994db1697eb4e605f5ea48ad8021b (patch) | |
tree | 3c436dffcca5714af3194d278a3f61cb485f6801 /README.md | |
parent | dcf0fa5048ef2379d551f29ffa29b14ec5ee09d5 (diff) | |
download | jquery-950b5d64a27994db1697eb4e605f5ea48ad8021b.tar.gz jquery-950b5d64a27994db1697eb4e605f5ea48ad8021b.zip |
Added in integrated JSLint checking against the jQuery source. Just run 'make lint' to see the result.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |