Commit Graph

44 Commits

Author SHA1 Message Date
Karl Sieburg
710962c8c0 Updated readme to have more info. Closes gh-1177 2013-02-21 11:59:13 -05:00
Ryunosuke SATO
359e3f5746 Fix requirements and dependencies in README, close gh-1131. 2013-01-20 17:57:19 -05:00
Dave Methvin
b0e40a4fd3 Update README to include grunt-cli step. 2013-01-02 14:15:33 -05:00
Mike Sherov
2decd0510d Remove references to the Makefile from the README 2012-10-21 09:31:37 -03:00
Tom Fuertes
e03d999939 Update README.md - grunt *update_*submodules 2012-10-16 17:19:36 -04:00
Dave Riddle
86f8d9f1a5 Minor typo with Homebrew link. Close gh-929. 2012-09-15 16:19:51 -04:00
Mathias Bynens
6b9fde1344 Add README info on how to create custom builds. Close gh-892. 2012-08-19 21:24:33 -04:00
Mathias Bynens
c210e08c3a README: Adds missing commands to setup instructions. Closes gh-854 2012-07-11 09:42:02 -04:00
Mathias Bynens
d8f9dece24 README: Add to the full list of optional modules. Closes gh-855 2012-07-11 09:39:43 -04:00
Rick Waldron
a2758377df Adds src/deprecated.js, test/unit/deprecated.js; -deprecated flag; Moves jQuery.browser and removes use in test/unit/ajax.js. Fixes #11965 2012-06-25 10:02:28 -04:00
Rick Waldron
f13de6b3d6 Simplify the terminal command args syntax for custom builds. Update README 2012-06-12 12:52:30 -04:00
kborchers
47298a7d16 Fix typo in README 2012-06-12 11:01:44 -04:00
Julian Aubourg
501927719c Adds ajax to the list of optional modules. 2012-06-12 14:13:18 +03:00
Rick Waldron
a86ed30f0a Make exclusion list less confusing to read 2012-06-07 12:03:32 -04:00
Rick Waldron
3b2d2b022c Make readme code examples consistent; Update to use GH syntax fences 2012-06-07 11:59:30 -04:00
Rick Waldron
84da169949 Remove bold style from command examples 2012-06-07 11:50:04 -04:00
Rick Waldron
9fb3c01c37 Make custom dist example less OSX specific 2012-06-07 11:46:45 -04:00
Mike Sherov
c68ab270fa Modularize offset (exclude w/ grunt build:*:*:-offset). Closes #813. Fixes #11865 2012-06-07 11:24:35 -04:00
Rick Waldron
d487b06d93 Fixes two typos 2012-06-06 22:59:55 -04:00
Rick Waldron
8265fa0837 Allow users to store custom dist destinations in dist/.destination.json
Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
2012-06-05 13:10:01 -04:00
Rick Waldron
ef31b678d3 Adds "grunt submodules" docs to readme, removes old make command docs
Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
2012-06-05 11:59:07 -04:00
Rick Waldron
81c7b83d64 Make readme instructions bold and hopefully easier to spot 2012-06-04 12:56:06 -04:00
Rick Waldron
7c23b77af2 Strips IIFEs from modules; Always require built jQuery for tests. 2012-06-04 12:48:18 -04:00
timmywil
162ffe7295 Update README: IDs are without hashes in t() 2012-05-29 15:57:37 -03:00
timmywil
5660b6df50 Update README to stylize docs on jQuery's test suite methods 2012-05-29 14:25:02 -03:00
timmywil
a8d9d05388 Add quick-start documentation for testing with QUnit and using jQuery's helper methods. 2012-05-29 13:13:26 -04:00
timmywil
8ce91e9806 Update README.md 2012-01-31 16:02:25 -05:00
Rick Waldron
f724bc6c92 Reformat jshint errors to be readable; make post-compile.js write directly to jquery.min.js; update required Node version 2011-12-15 10:11:24 -05:00
Rick Waldron
b290b1fde0 Fix Contribution Guides list of links, hopefully easier to notice and read 0_o 2011-12-11 18:20:13 -05:00
Rick Waldron
65d3dc6955 Landing pull request 611. Adds Contributing to jQuery Guidelines section to readme. Fixes #10611.
More Details:
 - https://github.com/jquery/jquery/pull/611
 - http://bugs.jquery.com/ticket/10611
2011-11-21 13:25:07 -05:00
MONTILLET Xavier
ebf2faca1e Javascript -> JavaScript except if it was intentional to avoid letting newbies think it's Java. 2011-04-28 14:56:52 -07:00
Rob Morgan
91d0398813 Adding a full-stop 2011-04-11 12:32:45 +08:00
Rob Morgan
467747d55f Fixing typos in the README.md file 2011-04-11 12:24:38 +08:00
Carl Fürstenberg
5dde3eb441 Git for dummies
Per request, here is an simple git for dummies quick sheet, with some
useful commands.
2011-04-08 22:09:53 +02:00
Colin Snover
3d0aa196c5 Clarify cygwin instructions slightly and swap the order of arguments to which in Makefile because of a bug in current versions of MSYS that causes only the first argument to /bin/which to be searched. 2011-01-17 21:06:57 -06:00
Colin Snover
d503845d0c Replace build system with a faster new one that uses Node and UglifyJS and 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. 2011-01-17 18:49:24 -06:00
Ralph Whitbeck
7c5fd489ee Updated the Questions? section with the forum information. 2010-09-17 12:40:04 -07:00
Douglas Neiner
e61d7d12e2 Edits to README after Karl's review 2010-06-19 22:29:49 -07:00
Douglas Neiner
c2976e68ff Minor changes to README 2010-06-19 22:29:49 -07:00
Douglas Neiner
4e337f504e Updated README file with updated information for the Rake addtions
Also changed the default Rake task to "all" instead of "jquery"
to parallel the Makefile.
2010-06-19 22:29:49 -07:00
jeresig
2fbe3fbf68 Removing the mention of buliding the docs from the README. Thanks to 'phihag' in the forum for the heads-up. 2010-03-09 09:16:35 -05:00
jeresig
950b5d64a2 Added in integrated JSLint checking against the jQuery source. Just run 'make lint' to see the result. 2010-03-01 21:51:44 -05:00
jeresig
c97e914d40 Updated the README to reference the Closure Compiler instead of YUI Min. Thanks for the heads-up @_carumba. 2009-12-21 23:23:03 -05:00
Michael Bensoussan
10068d5fd0 changed the extension of the README from .markdown to .md 2009-11-03 10:01:03 +08:00