compass-aurora 0.3 → 0.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -6,6 +6,6 @@ extension_path = File.expand_path(File.join(File.dirname(__FILE__), ".."))
6
6
  Compass::Frameworks.register('aurora', :path => extension_path)
7
7
 
8
8
  module Aurora
9
- VERSION = "0.3"
9
+ VERSION = "0.4"
10
10
  DATE = "2012-08-1"
11
11
  end
@@ -3,10 +3,12 @@ description = <%= project_name %> theme based on the Aurora base theme.
3
3
  core = 7.x
4
4
  base theme = aurora
5
5
 
6
+ # Stylesheets
6
7
  stylesheets[all][] = <%= project_css %>/style.css
7
8
  stylesheets[print][] = <%= project_css %>/print.css
8
9
  stylesheets-conditional[lt IE 9][all][] = <%= project_css %>/ie.css
9
10
 
11
+ # Regions
10
12
  regions[sidebar_first] = Primary Sidebar
11
13
  regions[sidebar_second] = Secondary Sidebar
12
14
  regions[content] = Content
@@ -15,6 +17,14 @@ regions[header] = Header
15
17
  regions[help] = Help
16
18
  regions[highlighted] = Highlighted
17
19
 
20
+ # Chrome Frame Options
18
21
  settings[aurora_enable_chrome_frame] = 1
19
22
  settings[aurora_min_ie_support] = 10
20
- settings[aurora_footer_js] = 1
23
+
24
+ # Optimization Options
25
+ settings[aurora_footer_js] = 1
26
+ settings[aurora_html_tags] = 1
27
+
28
+ # Development Options
29
+ settings[aurora_rebuild_registry] = 0
30
+ settings[aurora_livereload] = 0
metadata CHANGED
@@ -4,8 +4,8 @@ version: !ruby/object:Gem::Version
4
4
  prerelease: false
5
5
  segments:
6
6
  - 0
7
- - 3
8
- version: "0.3"
7
+ - 4
8
+ version: "0.4"
9
9
  platform: ruby
10
10
  authors:
11
11
  - Sam Richard