aboutsummaryrefslogtreecommitdiffstats
path: root/Rakefile
Commit message (Collapse)AuthorAgeFilesLines
* Replace build system with a faster new one that uses Node and UglifyJS and ↵Colin Snover2011-01-171-162/+0
| | | | 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.
* Renamed src/transports to src/ajax (in case we need prefilters in the future ↵jaubourg2011-01-061-3/+3
| | | | and to avoid a separate prefilters directory).
* Removed re-usability from jXHR object (no more open, send & ↵jaubourg2010-12-311-1/+0
| | | | onreadystatechange support). Streamlined the implementation and put it back into ajax.js (removed xhr.js in the process). Went back to a more simple & direct approach to options handling (keeping much room to further minification-related optimizations). Code is cleaner, smaller & faster. Removed & edited unit tests accordingly. All build files have had xhr.js removed.
* Update Rakefile to remove module wrappers (feature parity with make and ↵Jonas Pfenniger2010-12-301-2/+27
| | | | ant). Update Makefile to avoid rebuilding jquery.js when it is not necessary to do so.
* Clean trailing whitespace from all files.Colin Snover2010-12-301-11/+11
|
* Added xhr.js and transports/*.js to Rakefile and build.xml (in sync with ↵jaubourg2010-12-101-1/+1
| | | | Makefile).
* Forgot to update the Rakefile and build.xml files from the previous commit. ↵John Resig2010-10-141-2/+2
| | | | Thanks to @jitter for the catch.
* Slight optmization on the RakefileDouglas Neiner2010-06-191-4/+4
|
* Updated README file with updated information for the Rake addtionsDouglas Neiner2010-06-191-1/+1
| | | | | Also changed the default Rake task to "all" instead of "jquery" to parallel the Makefile.
* Fixed spelling on QUnit pull messageDouglas Neiner2010-06-191-1/+1
|
* Updated Rakefile to remove use of *nix specific commandsDouglas Neiner2010-06-191-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 MakefileDouglas Neiner2010-06-191-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.jeresig2010-01-031-1/+1
|
* Renamed the 'fx' module to 'effects'. Should've been done a long time ago.jeresig2009-12-181-1/+1
|
* Fixed extra p in Rakefile.John Resig2009-12-071-1/+1
|
* support.js needs to come before event.js (also placed in a temporary ↵John Resig2009-12-071-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 Resig2009-12-061-1/+1
| | | | split tests accordingly).
* Updated the Rakefile to use the correct init code.jeresig2009-11-301-1/+8
|
* Adding a Rakefile to build jQuery core, for those that need it.jeresig2009-11-291-0/+19