git.asbjorn.biz
/
jquery.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
40ce7f9
)
Oops, Rakefile was generating the wrong file.
author
jeresig
<jeresig@gmail.com>
Sun, 3 Jan 2010 17:54:41 +0000
(12:54 -0500)
committer
jeresig
<jeresig@gmail.com>
Sun, 3 Jan 2010 17:54:41 +0000
(12:54 -0500)
Rakefile
patch
|
blob
|
history
diff --git
a/Rakefile
b/Rakefile
index
ebffabf
..
71a7067
100644
(file)
--- 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