1
Fork 0

Delete output dir on build

This commit is contained in:
Jake Howard 2017-01-15 16:46:37 +00:00
parent 650b7cd994
commit dca561a4bc
Signed by: jake
GPG Key ID: 57AFB45680EDD477
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ DEFAULT_DATE = 'fs'
WITH_FUTURE_DATES = True
LOAD_CONTENT_CACHE = False
CACHE_CONTENT = False
DELETE_OUTPUT_DIRECTORY = True
USE_FOLDER_AS_CATEGORY = True
DEFAULT_PAGINATION = False