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:
Christopher Allan Webber 2012-07-13 12:35:07 -05:00
parent 975be468cf
commit aed7474e88

View File

@ -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()