Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | No ticket: Grunt changes from 2.0 selector-native | Dave Methvin | 2013-03-25 | 1 | -41/+22 |
| | | | | (cherry picked from commits 1083f82d1ee0c8f15a66be15e6184294a69d4420 8be9cd1ce71de8affa32a85b596c1bfed2e714a6 054c6946d4f86e4ba5ce6284554c8cacd7498e93) | ||||
* | Fix requirements and dependencies in README, close gh-1131. | Ryunosuke SATO | 2013-01-20 | 1 | -8/+6 |
| | |||||
* | Remove references to the Makefile from the README | Mike Sherov | 2012-10-21 | 1 | -1/+1 |
| | |||||
* | Update README.md - grunt *update_*submodules | Tom Fuertes | 2012-10-16 | 1 | -1/+1 |
| | |||||
* | Minor typo with Homebrew link. Close gh-929. | Dave Riddle | 2012-09-15 | 1 | -1/+1 |
| | |||||
* | Add README info on how to create custom builds. Close gh-892. | Mathias Bynens | 2012-08-19 | 1 | -1/+13 |
| | |||||
* | README: Adds missing commands to setup instructions. Closes gh-854 | Mathias Bynens | 2012-07-11 | 1 | -0/+3 |
| | |||||
* | README: Add to the full list of optional modules. Closes gh-855 | Mathias Bynens | 2012-07-11 | 1 | -1/+1 |
| | |||||
* | Adds src/deprecated.js, test/unit/deprecated.js; -deprecated flag; Moves ↵ | Rick Waldron | 2012-06-25 | 1 | -0/+6 |
| | | | | jQuery.browser and removes use in test/unit/ajax.js. Fixes #11965 | ||||
* | Simplify the terminal command args syntax for custom builds. Update README | Rick Waldron | 2012-06-12 | 1 | -5/+14 |
| | |||||
* | Fix typo in README | kborchers | 2012-06-12 | 1 | -1/+1 |
| | |||||
* | Adds ajax to the list of optional modules. | Julian Aubourg | 2012-06-12 | 1 | -1/+8 |
| | |||||
* | Make exclusion list less confusing to read | Rick Waldron | 2012-06-07 | 1 | -3/+3 |
| | |||||
* | Make readme code examples consistent; Update to use GH syntax fences | Rick Waldron | 2012-06-07 | 1 | -59/+135 |
| | |||||
* | Remove bold style from command examples | Rick Waldron | 2012-06-07 | 1 | -8/+8 |
| | |||||
* | Make custom dist example less OSX specific | Rick Waldron | 2012-06-07 | 1 | -4/+3 |
| | |||||
* | Modularize offset (exclude w/ grunt build:*:*:-offset). Closes #813. Fixes ↵ | Mike Sherov | 2012-06-07 | 1 | -0/+31 |
| | | | | #11865 | ||||
* | Fixes two typos | Rick Waldron | 2012-06-06 | 1 | -1/+1 |
| | |||||
* | Allow users to store custom dist destinations in dist/.destination.json | Rick Waldron | 2012-06-05 | 1 | -0/+14 |
| | | | | Signed-off-by: Rick Waldron <waldron.rick@gmail.com> | ||||
* | Adds "grunt submodules" docs to readme, removes old make command docs | Rick Waldron | 2012-06-05 | 1 | -16/+12 |
| | | | | Signed-off-by: Rick Waldron <waldron.rick@gmail.com> | ||||
* | Make readme instructions bold and hopefully easier to spot | Rick Waldron | 2012-06-04 | 1 | -2/+2 |
| | |||||
* | Strips IIFEs from modules; Always require built jQuery for tests. | Rick Waldron | 2012-06-04 | 1 | -25/+48 |
| | |||||
* | Update README: IDs are without hashes in t() | timmywil | 2012-05-29 | 1 | -2/+2 |
| | |||||
* | Update README to stylize docs on jQuery's test suite methods | timmywil | 2012-05-29 | 1 | -45/+64 |
| | |||||
* | Add quick-start documentation for testing with QUnit and using jQuery's ↵ | timmywil | 2012-05-29 | 1 | -0/+54 |
| | | | | helper methods. | ||||
* | Update README.md | timmywil | 2012-01-31 | 1 | -0/+10 |
| | |||||
* | Reformat jshint errors to be readable; make post-compile.js write directly ↵ | Rick Waldron | 2011-12-15 | 1 | -1/+1 |
| | | | | to jquery.min.js; update required Node version | ||||
* | Fix Contribution Guides list of links, hopefully easier to notice and read 0_o | Rick Waldron | 2011-12-11 | 1 | -0/+1 |
| | |||||
* | Landing pull request 611. Adds Contributing to jQuery Guidelines section to ↵ | Rick Waldron | 2011-11-21 | 1 | -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 Xavier | 2011-04-28 | 1 | -1/+1 |
| | | | | newbies think it's Java. | ||||
* | Adding a full-stop | Rob Morgan | 2011-04-11 | 1 | -1/+1 |
| | |||||
* | Fixing typos in the README.md file | Rob Morgan | 2011-04-11 | 1 | -4/+4 |
| | |||||
* | Git for dummies | Carl Fürstenberg | 2011-04-08 | 1 | -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 Snover | 2011-01-17 | 1 | -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 Snover | 2011-01-17 | 1 | -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 Whitbeck | 2010-09-17 | 1 | -3/+3 |
| | |||||
* | Edits to README after Karl's review | Douglas Neiner | 2010-06-19 | 1 | -3/+3 |
| | |||||
* | Minor changes to README | Douglas Neiner | 2010-06-19 | 1 | -5/+4 |
| | |||||
* | Updated README file with updated information for the Rake addtions | Douglas Neiner | 2010-06-19 | 1 | -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 ↵ | jeresig | 2010-03-09 | 1 | -4/+0 |
| | | | | 'phihag' in the forum for the heads-up. | ||||
* | Added in integrated JSLint checking against the jQuery source. Just run ↵ | jeresig | 2010-03-01 | 1 | -0/+4 |
| | | | | 'make lint' to see the result. | ||||
* | Updated the README to reference the Closure Compiler instead of YUI Min. ↵ | jeresig | 2009-12-21 | 1 | -1/+1 |
| | | | | Thanks for the heads-up @_carumba. | ||||
* | changed the extension of the README from .markdown to .md | Michael Bensoussan | 2009-11-03 | 1 | -0/+59 |