From: Christopher Allan Webber Date: Fri, 13 Jul 2012 17:35:07 +0000 (-0500) Subject: Make the theme_linked_assets_dir config option point to the right place by default X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=aed7474e88de9e285d239b2fb19474894559093d;p=mediagoblin.git Make the theme_linked_assets_dir config option point to the right place by default Should be in user_dev... --- diff --git a/mediagoblin/config_spec.ini b/mediagoblin/config_spec.ini index 585aaacf..17df2819 100644 --- a/mediagoblin/config_spec.ini +++ b/mediagoblin/config_spec.ini @@ -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()