bliper

static html page generation in perl
git clone git://git.2f30.org/bliper
Log | Files | Refs | README | LICENSE

commit 1e1b3fd506833ce073846e52d460d0e94f2ad1fd
parent 7ae396ec3a28659c9859bad1bf19c3c065f34314
Author: cipher <haris@2f30.org>
Date:   Thu, 15 May 2014 23:00:53 +0300

Exclude style.css.* files from rsync

Diffstat:
Mbin/bliper-deploy.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/bliper-deploy.sh b/bin/bliper-deploy.sh @@ -3,4 +3,4 @@ # replace `ssh` with `ssh -p <number>` for specific port # and user@host:/path/to/output/ with the real one. -exec rsync --recursive --archive --verbose --rsh="ssh" output/ user@host:/path/to/output/ +exec rsync --recursive --archive --verbose --rsh="ssh" --exclude 'style.css.*' output/ user@host:/path/to/output/