Make the theme_linked_assets_dir config option point to the right place by default
Should be in user_dev...
This commit is contained in:
parent
975be468cf
commit
aed7474e88
@ -63,7 +63,7 @@ geolocation_map_visible = boolean(default=False)
|
||||
# Theming stuff
|
||||
theme_install_dir = string(default="%(here)s/user_dev/themes/")
|
||||
theme_web_path = string(default="/theme_static/")
|
||||
theme_linked_assets_dir = string(default="%(here)s/theme_static/")
|
||||
theme_linked_assets_dir = string(default="%(here)s/user_dev/theme_static/")
|
||||
theme = string()
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user