Oops, Rakefile was generating the wrong file.

This commit is contained in:
jeresig 2010-01-03 12:54:41 -05:00
parent 40ce7f9830
commit 3d35a97247

View file

@ -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