mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Oops, Rakefile was generating the wrong file.
This commit is contained in:
parent
40ce7f9830
commit
3d35a97247
2
Rakefile
2
Rakefile
@ -18,7 +18,7 @@ task :jquery => [:init, :selector] do
|
|||||||
|
|
||||||
sh "cat " + files.map {|file| "src/" + file + ".js"}.join(" ") +
|
sh "cat " + files.map {|file| "src/" + file + ".js"}.join(" ") +
|
||||||
" | sed 's/Date:./&" + date + "/' | " +
|
" | sed 's/Date:./&" + date + "/' | " +
|
||||||
" sed s/@VERSION/" + version + "/ > dist/jquery2.js"
|
" sed s/@VERSION/" + version + "/ > dist/jquery.js"
|
||||||
end
|
end
|
||||||
|
|
||||||
task :selector do
|
task :selector do
|
||||||
|
Loading…
Reference in New Issue
Block a user