diff options
Diffstat (limited to 'htdocs.do')
-rw-r--r-- | htdocs.do | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/htdocs.do b/htdocs.do deleted file mode 100644 index 280bfee..0000000 --- a/htdocs.do +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | redo-ifchange all | ||
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 | ||