poor man's flask-assets.
This commit is contained in:
+3
-2
@@ -1,8 +1,9 @@
|
||||
from .app import create_app
|
||||
from .commands import migrate_databases
|
||||
|
||||
from .commands import migrate_databases, transpile_scss, bundle_vendored
|
||||
|
||||
migrate_databases()
|
||||
transpile_scss()
|
||||
bundle_vendored()
|
||||
|
||||
app = create_app()
|
||||
app.run(host=app.config["HOST"], port=app.config["PORT"])
|
||||
|
||||
Reference in New Issue
Block a user