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(" ") +
|
||||
" | sed 's/Date:./&" + date + "/' | " +
|
||||
" sed s/@VERSION/" + version + "/ > dist/jquery2.js"
|
||||
" sed s/@VERSION/" + version + "/ > dist/jquery.js"
|
||||
end
|
||||
|
||||
task :selector do
|
||||
|
|
Loading…
Reference in a new issue