X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=Rakefile;h=54fa3e8aa18a95dfe41ee3d046021bd77dcc4471;hb=ebad701751689b773afe29d1e3c4532c7810d02a;hp=af31714265af2a7e66444ce99b57404541065e48;hpb=839e97199c66894e0d2cadbd6a9f09e6d5198656;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/, "")