aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorjeresig <jeresig@gmail.com>2010-03-01 21:51:44 -0500
committerjeresig <jeresig@gmail.com>2010-03-01 21:51:44 -0500
commit950b5d64a27994db1697eb4e605f5ea48ad8021b (patch)
tree3c436dffcca5714af3194d278a3f61cb485f6801 /README.md
parentdcf0fa5048ef2379d551f29ffa29b14ec5ee09d5 (diff)
downloadjquery-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.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 6e32fdfe0..0364fb6bc 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.