mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-16 22:10:25 +00:00
Merge pull request #1629 from eddiemonge/bug_updatecdn
Modify the nightly script to update the CDN.
This commit is contained in:
commit
47d9de4088
2 changed files with 2 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -8,3 +8,4 @@ combined/
|
|||
combine/
|
||||
compiled/
|
||||
gitstatus.log
|
||||
refreshCDN
|
||||
|
|
|
|||
|
|
@ -5,5 +5,6 @@ if ( fread($file, filesize($filename)) === 'NewCommit' )
|
|||
{
|
||||
ftruncate($file, 0);
|
||||
exec('git pull --quiet && make NIGHTLY_OUTPUT=latest nightly >> /dev/null 2>&1');
|
||||
exec('./refreshCDN >> /dev/null 2>&1');
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue