diff options
author | Stefan Kangas <skangas@skangas.se> | 2011-04-25 01:14:33 +0200 |
---|---|---|
committer | Stefan Kangas <skangas@skangas.se> | 2011-04-25 01:14:33 +0200 |
commit | b1ee106d03cf7442ee858a0348efb23c81120e1c (patch) | |
tree | 1ee04a166fb37adc793075e6f6aa211435ac1f57 | |
parent | e2ba3807b8eb10256f839e545e4d9136cba67780 (diff) |
Publish .eps files
-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 b7948ca..1ff5f6d 100644 --- a/fripost-web.el +++ b/fripost-web.el @@ -47,7 +47,7 @@ ("fripost-web-static" :base-directory ,(concat default-directory "/site/") - :base-extension "css\\|js\\|png\\|jpg\\|gif\\|pdf\\|mp3\\|ogg\\|txt" + :base-extension "css\\|js\\|png\\|jpg\\|gif\\|eps\\|pdf\\|mp3\\|ogg\\|txt" :publishing-directory ,(concat default-directory "/publish/") :exclude "/publish/" :recursive t |