X-Git-Url: http://git.asbjorn.it/?a=blobdiff_plain;f=Rakefile;fp=Rakefile;h=54fa3e8aa18a95dfe41ee3d046021bd77dcc4471;hb=ebad701751689b773afe29d1e3c4532c7810d02a;hp=af31714265af2a7e66444ce99b57404541065e48;hpb=87ba780c69ac1af04afc40f2da39282d917f9108;p=jquery.git diff --git a/Rakefile b/Rakefile index af31714..54fa3e8 100644 --- a/Rakefile +++ b/Rakefile @@ -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/, "")