From f809cdcab09903e10eb6deb42e23ca03f2afbeca Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Wed, 23 May 2018 21:19:02 +0100 Subject: Fix sass generation --- app/views/sass.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/views') diff --git a/app/views/sass.py b/app/views/sass.py index 2ae3896..825f494 100644 --- a/app/views/sass.py +++ b/app/views/sass.py @@ -45,7 +45,7 @@ def _getDirPath(originalPath, create=False): return path -def sass(app, inputDir='scss', outputPath='static', force=False, cacheDir=None): +def sass(app, inputDir='scss', outputPath='static', force=False, cacheDir="public/static"): static_url_path = app.static_url_path inputDir = _getDirPath(inputDir) cacheDir = _getDirPath(cacheDir or outputPath, True) -- cgit v1.2.3