templates/shared/aurora.info.erb in compass-aurora-0.3 vs templates/shared/aurora.info.erb in compass-aurora-0.4
- old
+ new
@@ -1,20 +1,30 @@
<% project_name = File.basename(Compass.configuration.project_path) %><% project_js = Compass.configuration.javascripts_dir %><% project_css = Compass.configuration.css_dir %>name = <%= project_name %>
description = <%= project_name %> theme based on the Aurora base theme.
core = 7.x
base theme = aurora
+# Stylesheets
stylesheets[all][] = <%= project_css %>/style.css
stylesheets[print][] = <%= project_css %>/print.css
stylesheets-conditional[lt IE 9][all][] = <%= project_css %>/ie.css
+# Regions
regions[sidebar_first] = Primary Sidebar
regions[sidebar_second] = Secondary Sidebar
regions[content] = Content
regions[footer] = Footer
regions[header] = Header
regions[help] = Help
regions[highlighted] = Highlighted
+# Chrome Frame Options
settings[aurora_enable_chrome_frame] = 1
settings[aurora_min_ie_support] = 10
-settings[aurora_footer_js] = 1
+
+# Optimization Options
+settings[aurora_footer_js] = 1
+settings[aurora_html_tags] = 1
+
+# Development Options
+settings[aurora_rebuild_registry] = 0
+settings[aurora_livereload] = 0
\ No newline at end of file