Fixed extra p in Rakefile.
This commit is contained in:
parent
98ce35d52b
commit
77510fec02
2
Rakefile
2
Rakefile
|
@ -1,5 +1,5 @@
|
||||||
# Basic Rakefile for building jQuery
|
# Basic Rakefile for building jQuery
|
||||||
files = [ "intro", "core", "suppport", "data", "queue", "event", "selector", "traversing", "attributes", "manipulation", "css", "ajax", "fx", "offset", "dimensions", "outro" ]
|
files = [ "intro", "core", "support", "data", "queue", "event", "selector", "traversing", "attributes", "manipulation", "css", "ajax", "fx", "offset", "dimensions", "outro" ]
|
||||||
|
|
||||||
date = `git log -1 | grep Date: | sed 's/[^:]*: *//'`.gsub(/\n/, "")
|
date = `git log -1 | grep Date: | sed 's/[^:]*: *//'`.gsub(/\n/, "")
|
||||||
version = `cat version.txt`.gsub(/\n/, "")
|
version = `cat version.txt`.gsub(/\n/, "")
|
||||||
|
|
Loading…
Reference in a new issue