Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Forgot to update the Rakefile and build.xml files from the previous commit. ↵ | John Resig | 2010-10-14 | 1 | -2/+2 |
| | | | | Thanks to @jitter for the catch. | ||||
* | Slight optmization on the Rakefile | Douglas Neiner | 2010-06-19 | 1 | -4/+4 |
| | |||||
* | Updated README file with updated information for the Rake addtions | Douglas Neiner | 2010-06-19 | 1 | -1/+1 |
| | | | | | Also changed the default Rake task to "all" instead of "jquery" to parallel the Makefile. | ||||
* | Fixed spelling on QUnit pull message | Douglas Neiner | 2010-06-19 | 1 | -1/+1 |
| | |||||
* | Updated Rakefile to remove use of *nix specific commands | Douglas Neiner | 2010-06-19 | 1 | -15/+42 |
| | | | | | Only `sh` statements left are either 'java' or 'git' commands, which should work on Windows, though I still need to test | ||||
* | Updated Rakefile to mirror the functionality of the Makefile | Douglas Neiner | 2010-06-19 | 1 | -17/+102 |
| | | | | | | | | | The Rakefile now supports all the functionality of the Makefile including only rebuilding files when dependent files change. To see availible tasks, run: rake -T | ||||
* | Oops, Rakefile was generating the wrong file. | jeresig | 2010-01-03 | 1 | -1/+1 |
| | |||||
* | Renamed the 'fx' module to 'effects'. Should've been done a long time ago. | jeresig | 2009-12-18 | 1 | -1/+1 |
| | |||||
* | Fixed extra p in Rakefile. | John Resig | 2009-12-07 | 1 | -1/+1 |
| | |||||
* | support.js needs to come before event.js (also placed in a temporary ↵ | John Resig | 2009-12-07 | 1 | -1/+1 |
| | | | | setTimeout to delay the introduction of the ready in support - will remove when ready is moved to core.js, likely later today). | ||||
* | Split the queue code out from data.js into a dedicated queue.js file (also ↵ | John Resig | 2009-12-06 | 1 | -1/+1 |
| | | | | split tests accordingly). | ||||
* | Updated the Rakefile to use the correct init code. | jeresig | 2009-11-30 | 1 | -1/+8 |
| | |||||
* | Adding a Rakefile to build jQuery core, for those that need it. | jeresig | 2009-11-29 | 1 | -0/+19 |