diff options
author | John Resig <jeresig@gmail.com> | 2009-12-06 17:19:33 -0500 |
---|---|---|
committer | John Resig <jeresig@gmail.com> | 2009-12-06 17:19:33 -0500 |
commit | ebad701751689b773afe29d1e3c4532c7810d02a (patch) | |
tree | 20358b0c3113083e491919ac0f8ec243baa0fb55 /Rakefile | |
parent | 87ba780c69ac1af04afc40f2da39282d917f9108 (diff) | |
download | jquery-ebad701751689b773afe29d1e3c4532c7810d02a.tar.gz jquery-ebad701751689b773afe29d1e3c4532c7810d02a.zip |
Split the queue code out from data.js into a dedicated queue.js file (also split tests accordingly).
Diffstat (limited to 'Rakefile')
-rw-r--r-- | Rakefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ # Basic Rakefile for building jQuery -files = [ "intro", "core", "data", "event", "support", "selector", "traversing", "attributes", "manipulation", "css", "ajax", "fx", "offset", "dimensions", "outro" ] +files = [ "intro", "core", "data", "queue", "event", "support", "selector", "traversing", "attributes", "manipulation", "css", "ajax", "fx", "offset", "dimensions", "outro" ] date = `git log -1 | grep Date: | sed 's/[^:]*: *//'`.gsub(/\n/, "") version = `cat version.txt`.gsub(/\n/, "") |