X-Git-Url: http://git.asbjorn.it/?a=blobdiff_plain;ds=sidebyside;f=Rakefile;fp=Rakefile;h=ebffabfcb43aa86d831183a0aae03cb7c04517b1;hb=b70872f70d720e5f25eea7fdf0453804074dc194;hp=92176a6c1b6c218d459eba4f8280accfde6adbe6;hpb=9368b188c06dd66d43e3a488465078e1d6eb765f;p=jquery.git diff --git a/Rakefile b/Rakefile index 92176a6..ebffabf 100644 --- a/Rakefile +++ b/Rakefile @@ -1,5 +1,5 @@ # Basic Rakefile for building jQuery -files = [ "intro", "core", "support", "data", "queue", "event", "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/, "")