From 4868c4236fb15ec472cbbc1a275f7cf5475afe1b Mon Sep 17 00:00:00 2001 From: Brian Duggan Date: Thu, 24 May 2018 10:38:30 -0400 Subject: [PATCH] Added filter, changed output target --- app.py | 2 +- templates/base.html.to | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/app.py b/app.py index 9acd810c..8c1f0c08 100755 --- a/app.py +++ b/app.py @@ -9,7 +9,7 @@ from webassets import Environment, Bundle static_path = os.path.join(os.path.dirname(__file__), "static") scss_path = os.path.join(os.path.dirname(__file__), "scss") assets = Environment(directory=scss_path, url='/static') -css = Bundle('atat.scss', output='assets/out.css') +css = Bundle('atat.scss', filters='scss', output='../static/assets/out.css') assets.register('css', css) helpers = { 'assets': assets diff --git a/templates/base.html.to b/templates/base.html.to index b097ce5f..b50fb5c0 100644 --- a/templates/base.html.to +++ b/templates/base.html.to @@ -23,7 +23,6 @@ these are not the droids you are looking for {% end %} -