Make the theme_linked_assets_dir config option point to the right place by default
authorChristopher Allan Webber <cwebber@dustycloud.org>
Fri, 13 Jul 2012 17:35:07 +0000 (12:35 -0500)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Sat, 14 Jul 2012 17:55:14 +0000 (12:55 -0500)
Should be in user_dev...

mediagoblin/config_spec.ini

index 585aaacf0fbf681cab7094f4991390f0b8e57588..17df281975dac20883bc239ad513e589f9be591b 100644 (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()