Skip to content
Permalink
Browse files
Oops, Rakefile was generating the wrong file.
  • Loading branch information
jeresig committed Jan 3, 2010
1 parent 40ce7f9 commit 3d35a97
Showing 1 changed file with 1 addition and 1 deletion.
@@ -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

0 comments on commit 3d35a97

Please sign in to comment.