Commit Graph

13 Commits

Author SHA1 Message Date
John Resig
8576570e6e Forgot to update the Rakefile and build.xml files from the previous commit. Thanks to @jitter for the catch. 2010-10-14 16:57:12 -04:00
Douglas Neiner
cecd1d8735 Slight optmization on the Rakefile 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
Douglas Neiner
ab2537a7ec Fixed spelling on QUnit pull message 2010-06-19 22:29:49 -07:00
Douglas Neiner
ad849eb5a4 Updated Rakefile to remove use of *nix specific commands
Only `sh` statements left are either 'java' or 'git' commands,
which should work on Windows, though I still need to test
2010-06-19 22:29:48 -07:00
Douglas Neiner
3e1ac2aaac Updated Rakefile to mirror the functionality of the Makefile
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
2010-06-19 22:29:48 -07:00
jeresig
3d35a97247 Oops, Rakefile was generating the wrong file. 2010-01-03 12:54:41 -05:00
jeresig
b70872f70d Renamed the 'fx' module to 'effects'. Should've been done a long time ago. 2009-12-18 11:01:19 -05:00
John Resig
77510fec02 Fixed extra p in Rakefile. 2009-12-07 18:07:15 -08:00
John Resig
afaae84a7a support.js needs to come before event.js (also placed in a temporary setTimeout to delay the introduction of the ready in support - will remove when ready is moved to core.js, likely later today). 2009-12-07 07:45:20 -08:00
John Resig
ebad701751 Split the queue code out from data.js into a dedicated queue.js file (also split tests accordingly). 2009-12-06 17:19:33 -05:00
jeresig
839e97199c Updated the Rakefile to use the correct init code. 2009-11-30 15:56:40 -05:00
jeresig
e00be67f32 Adding a Rakefile to build jQuery core, for those that need it. 2009-11-29 16:21:54 -05:00