diff options
author | jeresig <jeresig@gmail.com> | 2009-12-18 11:01:19 -0500 |
---|---|---|
committer | jeresig <jeresig@gmail.com> | 2009-12-18 11:01:19 -0500 |
commit | b70872f70d720e5f25eea7fdf0453804074dc194 (patch) | |
tree | 9624b1f7de8c8650d5038c53645a7b4a85786668 /Rakefile | |
parent | 9368b188c06dd66d43e3a488465078e1d6eb765f (diff) | |
download | jquery-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-- | Rakefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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/, "") |