Rename res/ to static/

This commit is contained in:
Vincent Ambo 2015-11-21 18:55:21 +01:00
parent 6bc3802646
commit 4c961c4ac6
8 changed files with 1 additions and 1 deletions

View file

@ -27,7 +27,7 @@ instance Options MainOptions where
"Remote acid-state database port. Default is 8070"
<*> simpleOption "blogPort" 8000
"Port to serve the blog on. Default is 8000."
<*> simpleOption "resourceDir" "/opt/tazblog/res"
<*> simpleOption "resourceDir" "/opt/tazblog/static"
"Resources folder location."
main :: IO()

View file

Before

Width:  |  Height:  |  Size: 9.5 KiB

After

Width:  |  Height:  |  Size: 9.5 KiB

View file

Before

Width:  |  Height:  |  Size: 4.3 KiB

After

Width:  |  Height:  |  Size: 4.3 KiB

View file

Before

Width:  |  Height:  |  Size: 606 B

After

Width:  |  Height:  |  Size: 606 B

View file

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB