mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-05 02:42:26 -05:00
Fixed flask-assets to look for css changes and rebuild
This commit is contained in:
@@ -96,7 +96,8 @@ def init_asset_environment(app):
|
||||
assets.Bundle(
|
||||
'govuk_template/govuk-template.scss',
|
||||
filters='scss',
|
||||
output='stylesheets/govuk-template.css'
|
||||
output='stylesheets/govuk-template.css',
|
||||
depends='*.scss'
|
||||
)
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user