Oops, Rakefile was generating the wrong file.
authorjeresig <jeresig@gmail.com>
Sun, 3 Jan 2010 17:54:41 +0000 (12:54 -0500)
committerjeresig <jeresig@gmail.com>
Sun, 3 Jan 2010 17:54:41 +0000 (12:54 -0500)
Rakefile

index ebffabf..71a7067 100644 (file)
--- a/Rakefile
+++ b/Rakefile
@@ -18,7 +18,7 @@ task :jquery => [:init, :selector] do
 
        sh "cat " + files.map {|file| "src/" + file + ".js"}.join(" ") +
                " | sed 's/Date:./&" + date + "/' | " +
-               " sed s/@VERSION/" + version + "/ > dist/jquery2.js"
+               " sed s/@VERSION/" + version + "/ > dist/jquery.js"
 end
 
 task :selector do