diff options
Diffstat (limited to 'fripost-web.el')
-rw-r--r-- | fripost-web.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fripost-web.el b/fripost-web.el index a716144..731d9af 100644 --- a/fripost-web.el +++ b/fripost-web.el @@ -42,7 +42,7 @@ ("fripost-web-static" :base-directory ,default-directory - :base-extension "css\\|js\\|png\\|jpg\\|gif\\|pdf\\|mp3\\|ogg" + :base-extension "css\\|js\\|png\\|jpg\\|gif\\|pdf\\|mp3\\|ogg\\|txt" :publishing-directory ,(concat default-directory "/publish/") :exclude "/publish/" :recursive t |