mirror of
https://github.com/scratchfoundation/jquery-timeago.git
synced 2024-11-23 07:47:54 -05:00
Added GitHub Pages support
This commit is contained in:
parent
83ab26b4d7
commit
12b57d3f4c
2 changed files with 1 additions and 7 deletions
1
CNAME
Normal file
1
CNAME
Normal file
|
@ -0,0 +1 @@
|
||||||
|
timeago.yarp.com
|
7
Rakefile
7
Rakefile
|
@ -1,8 +1,3 @@
|
||||||
SETTINGS = {
|
|
||||||
:rsync_server => 'timeago.yarp.com:/var/www/timeago/',
|
|
||||||
:rsync_options => '-e ssh -avz --delete --exclude=.git'
|
|
||||||
}
|
|
||||||
|
|
||||||
verbose(true)
|
verbose(true)
|
||||||
|
|
||||||
task :default => :test
|
task :default => :test
|
||||||
|
@ -13,8 +8,6 @@ task :publish do
|
||||||
sh("git checkout master")
|
sh("git checkout master")
|
||||||
sh("git push")
|
sh("git push")
|
||||||
sh("git push --tags")
|
sh("git push --tags")
|
||||||
|
|
||||||
sh("rsync #{SETTINGS[:rsync_options]} ./ #{SETTINGS[:rsync_server]}")
|
|
||||||
end
|
end
|
||||||
|
|
||||||
desc 'Open your default browser with the test page'
|
desc 'Open your default browser with the test page'
|
||||||
|
|
Loading…
Reference in a new issue