mirror of
https://github.com/jquery/jquery.git
synced 2026-01-24 10:38:02 -05:00
Fixed extra p in Rakefile.
This commit is contained in:
2
Rakefile
2
Rakefile
@@ -1,5 +1,5 @@
|
||||
# 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/, "")
|
||||
version = `cat version.txt`.gsub(/\n/, "")
|
||||
|
||||
Reference in New Issue
Block a user