X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=Rakefile;h=ebffabfcb43aa86d831183a0aae03cb7c04517b1;hb=3776cbe314ac6f5081e998c3d5ac84d3fbc51872;hp=af31714265af2a7e66444ce99b57404541065e48;hpb=839e97199c66894e0d2cadbd6a9f09e6d5198656;p=jquery.git diff --git a/Rakefile b/Rakefile index af31714..ebffabf 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", "support", "data", "queue", "event", "selector", "traversing", "attributes", "manipulation", "css", "ajax", "effects", "offset", "dimensions", "outro" ] date = `git log -1 | grep Date: | sed 's/[^:]*: *//'`.gsub(/\n/, "") version = `cat version.txt`.gsub(/\n/, "")