Skip to content

Commit 3d35a97

Browse files
committed
Oops, Rakefile was generating the wrong file.
1 parent 40ce7f9 commit 3d35a97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Rakefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ task :jquery => [:init, :selector] do
1818

1919
sh "cat " + files.map {|file| "src/" + file + ".js"}.join(" ") +
2020
" | sed 's/Date:./&" + date + "/' | " +
21-
" sed s/@VERSION/" + version + "/ > dist/jquery2.js"
21+
" sed s/@VERSION/" + version + "/ > dist/jquery.js"
2222
end
2323

2424
task :selector do

0 commit comments

Comments
 (0)