diff options
Diffstat (limited to 'htdocs.do')
-rw-r--r-- | htdocs.do | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,3 +1,3 @@ | |||
1 | redo-ifchange all | 1 | redo-ifchange all |
2 | find . \( -name '*.html' -or -name '*.css' -or -name '*.svg' \) -and -not \( -path '*/.cabal-sandbox/*' -or -path '*/htdocs/*' -or -path '*/build/*' \) -print0 | \ | 2 | find . \( -name '*.html' -or -name '*.css' -or -name '*.svg' -or -name '*.rss' \) -and -not \( -path '*/.cabal-sandbox/*' -or -path '*/htdocs/*' -or -path '*/build/*' \) -print0 | \ |
3 | xargs -0 -I '{}' -- rsync -Rav --delete '{}' htdocs >&2 | 3 | xargs -0 -I '{}' -- rsync -Rav --delete '{}' htdocs >&2 |