diff --git a/Rakefile b/Rakefile index ebffabfcb..71a706719 100644 --- 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