feat(uti): Compiled CSS
[csit.git] / resources / tools / dash / app / config.py
index c927c3c..559864b 100644 (file)
 class Config:
     """Flask configuration variables.
     """
-
     # General Config
     FLASK_APP = "wsgi.py"
     FLASK_ENV = "production"
 
+    # Assets
+    ASSETS_DEBUG = False
+    ASSETS_AUTO_BUILD = True
+
     # Static Assets
     STATIC_FOLDER = "static"
     TEMPLATES_FOLDER = "templates"
-    COMPRESSOR_DEBUG ="True"
+    COMPRESSOR_DEBUG = "True"