aboutsummaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
authorjeresig <jeresig@gmail.com>2009-12-18 11:01:19 -0500
committerjeresig <jeresig@gmail.com>2009-12-18 11:01:19 -0500
commitb70872f70d720e5f25eea7fdf0453804074dc194 (patch)
tree9624b1f7de8c8650d5038c53645a7b4a85786668 /Rakefile
parent9368b188c06dd66d43e3a488465078e1d6eb765f (diff)
downloadjquery-b70872f70d720e5f25eea7fdf0453804074dc194.tar.gz
jquery-b70872f70d720e5f25eea7fdf0453804074dc194.zip
Renamed the 'fx' module to 'effects'. Should've been done a long time ago.
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 92176a6c1..ebffabfcb 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/, "")