mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-24 16:24:08 -04: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(
|
assets.Bundle(
|
||||||
'govuk_template/govuk-template.scss',
|
'govuk_template/govuk-template.scss',
|
||||||
filters='scss',
|
filters='scss',
|
||||||
output='stylesheets/govuk-template.css'
|
output='stylesheets/govuk-template.css',
|
||||||
|
depends='*.scss'
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user