aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
Commit message (Collapse)AuthorAgeFilesLines
* Update README.mdtimmywil2012-01-311-0/+10
|
* Reformat jshint errors to be readable; make post-compile.js write directly ↵Rick Waldron2011-12-151-1/+1
| | | | to jquery.min.js; update required Node version
* Fix Contribution Guides list of links, hopefully easier to notice and read 0_oRick Waldron2011-12-111-0/+1
|
* Landing pull request 611. Adds Contributing to jQuery Guidelines section to ↵Rick Waldron2011-11-211-1/+11
| | | | | | | | readme. Fixes #10611. More Details: - https://github.com/jquery/jquery/pull/611 - http://bugs.jquery.com/ticket/10611
* Javascript -> JavaScript except if it was intentional to avoid letting ↵MONTILLET Xavier2011-04-281-1/+1
| | | | newbies think it's Java.
* Adding a full-stopRob Morgan2011-04-111-1/+1
|
* Fixing typos in the README.md fileRob Morgan2011-04-111-4/+4
|
* Git for dummiesCarl Fürstenberg2011-04-081-0/+83
| | | | | Per request, here is an simple git for dummies quick sheet, with some useful commands.
* Clarify cygwin instructions slightly and swap the order of arguments to ↵Colin Snover2011-01-171-2/+2
| | | | which in Makefile because of a bug in current versions of MSYS that causes only the first argument to /bin/which to be searched.
* Replace build system with a faster new one that uses Node and UglifyJS and ↵Colin Snover2011-01-171-58/+37
| | | | generates smaller minified files. Also removes builds through rake/ant since having 3 different build systems was too much to maintain (make was the only one consistently kept up-to-date). Fixes #7973.
* Updated the Questions? section with the forum information. Ralph Whitbeck2010-09-171-3/+3
|
* Edits to README after Karl's reviewDouglas Neiner2010-06-191-3/+3
|
* Minor changes to READMEDouglas Neiner2010-06-191-5/+4
|
* Updated README file with updated information for the Rake addtionsDouglas Neiner2010-06-191-17/+44
| | | | | Also changed the default Rake task to "all" instead of "jquery" to parallel the Makefile.
* Removing the mention of buliding the docs from the README. Thanks to ↵jeresig2010-03-091-4/+0
| | | | 'phihag' in the forum for the heads-up.
* Added in integrated JSLint checking against the jQuery source. Just run ↵jeresig2010-03-011-0/+4
| | | | 'make lint' to see the result.
* Updated the README to reference the Closure Compiler instead of YUI Min. ↵jeresig2009-12-211-1/+1
| | | | Thanks for the heads-up @_carumba.
* changed the extension of the README from .markdown to .mdMichael Bensoussan2009-11-031-0/+59