compass-aurora 0.5.2 → 0.5.3

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.5.2"
10
- DATE = "2012-08-16"
9
+ VERSION = "0.5.3"
10
+ DATE = "2012-09-11"
11
11
  end
@@ -3,12 +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
+ ; Stylesheets
7
7
  stylesheets[all][] = <%= project_css %>/style.css
8
8
  stylesheets[print][] = <%= project_css %>/print.css
9
9
  stylesheets-conditional[lt IE 9][all][] = <%= project_css %>/ie.css
10
10
 
11
- # Regions
11
+ ; Regions
12
12
  regions[sidebar_first] = Primary Sidebar
13
13
  regions[sidebar_second] = Secondary Sidebar
14
14
  regions[content] = Content
@@ -17,14 +17,16 @@ regions[header] = Header
17
17
  regions[help] = Help
18
18
  regions[highlighted] = Highlighted
19
19
 
20
- # Chrome Frame Options
20
+ ; Chrome Frame Options
21
21
  settings[aurora_enable_chrome_frame] = 1
22
22
  settings[aurora_min_ie_support] = 10
23
23
 
24
- # Optimization Options
24
+ ; Optimization Options
25
25
  settings[aurora_footer_js] = 1
26
26
  settings[aurora_html_tags] = 1
27
27
 
28
- # Development Options
28
+ ; Development Options
29
29
  settings[aurora_rebuild_registry] = 0
30
- settings[aurora_livereload] = 0
30
+ settings[aurora_livereload] = 0
31
+ settings[aurora_viewport_width] = 1
32
+ settings[aurora_modernizr_debug] = 1
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 5
8
- - 2
9
- version: 0.5.2
8
+ - 3
9
+ version: 0.5.3
10
10
  platform: ruby
11
11
  authors:
12
12
  - Sam Richard
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2012-08-16 00:00:00 -04:00
17
+ date: 2012-09-11 00:00:00 -04:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency