compass-aurora 3.0.0.alpha.2 → 3.0.0.alpha.3

Sign up to get free protection for your applications and to get access to all the features.
data/lib/aurora.rb CHANGED
@@ -7,6 +7,6 @@ extension_path = File.expand_path(File.join(File.dirname(__FILE__), ".."))
7
7
  Compass::Frameworks.register('aurora', :path => extension_path)
8
8
 
9
9
  module Aurora
10
- VERSION = "3.0.0.alpha.2"
11
- DATE = "2013-04-26"
10
+ VERSION = "3.0.0.alpha.3"
11
+ DATE = "2013-04-30"
12
12
  end
@@ -3,50 +3,62 @@ description = <%= project_name %> theme based on the Aurora base theme.
3
3
  core = 7.x
4
4
  base theme = aurora
5
5
 
6
+ ; ========================================
7
+ ; Regions
8
+ ; ========================================
9
+
10
+ regions[header] = 'Header'
11
+ regions[main_prefix] = 'Main Region Prefix'
12
+ regions[content] = 'Main Region'
13
+ regions[main_suffix] = 'Main Region Suffix'
14
+ regions[footer] = 'Footer'
15
+
16
+ ; ========================================
6
17
  ; Stylesheets
7
- stylesheets[all][] = <%= project_css %>/style.css
18
+ ; ========================================
8
19
 
9
- ; Regions
10
- regions[header] = Header
11
- regions[main_prefix] = Main Region Prefix
12
- regions[highlighted] = Highlighted
13
- regions[help] = Help
14
- regions[content] = Content
15
- regions[sidebar_first] = Primary Sidebar
16
- regions[sidebar_second] = Secondary Sidebar
17
- regions[main_suffix] = Main Region Suffix
18
- regions[footer] = Footer
19
-
20
- ; THEME OPTIONS
21
-
22
- ; Chrome Frame Options
23
- settings[aurora_enable_chrome_frame] = 1
24
- settings[aurora_min_ie_support] = 10
25
-
26
- ; Miscelaneous Options
27
- settings[aurora_remove_core_css] = 0
28
- settings[aurora_html_tags] = 1
29
- settings[aurora_typekit_id] = 0
30
-
31
- ; JavaScript Options
32
- settings[aurora_footer_js] = 1
33
- settings[aurora_libraries_head] = 0
34
-
35
- ; Toggle Display
36
- settings[toggle_logo] = 1
37
- settings[toggle_name] = 1
38
- settings[toggle_slogan] = 0
39
- settings[toggle_node_user_picture] = 0
40
- settings[toggle_comment_user_picture] = 0
41
- settings[toggle_comment_user_verification] = 1
42
- settings[toggle_favicon] = 1
43
- settings[toggle_breadcrumbs] = 0
44
-
45
- ; Development Options
46
- settings[aurora_rebuild_registry] = 1
47
- settings[aurora_livereload] = 0
48
- settings[aurora_viewport_width] = 1
49
- settings[aurora_modernizr_debug] = 1
50
-
51
- ; Experimental Options
52
- settings['aurora_custom_js_handling'] = 0
20
+ stylesheets[all][0] = 'css/style.css'
21
+ stylesheets[all][1] = 'components/formalize/assets/css/formalize.css'
22
+
23
+ ; ========================================
24
+ ; Scripts
25
+ ; ========================================
26
+
27
+ scripts[0] = 'components/formalize/assets/js/jquery.formalize.min.js'
28
+
29
+ ; ========================================
30
+ ; Modernizr
31
+ ; ========================================
32
+
33
+
34
+ ; ========================================
35
+ ; Settings
36
+ ; ========================================
37
+
38
+ settings[toggle_node_user_picture] = '1'
39
+ settings[toggle_comment_user_picture] = '1'
40
+ settings[toggle_comment_user_verification] = '1'
41
+ settings[default_logo] = '1'
42
+ settings[logo_path] = ''
43
+ settings[logo_upload] = ''
44
+ settings[default_favicon] = '1'
45
+ settings[favicon_path] = ''
46
+ settings[favicon_upload] = ''
47
+ settings[hide_recomended_modules] = '0'
48
+ settings[aurora_enable_chrome_frame] = '1'
49
+ settings[aurora_min_ie_support] = '10'
50
+ settings[aurora_html_tags] = '1'
51
+ settings[aurora_typekit_id] = '0'
52
+ settings[aurora_livereload] = '0'
53
+ settings[magic_embedded_mqs] = '0'
54
+ settings[magic_css_excludes] = ''
55
+ settings[magic_footer_js] = '0'
56
+ settings[magic_library_head] = '0'
57
+ settings[magic_experimental_js] = '0'
58
+ settings[magic_js_excludes] = ''
59
+ settings[magic_rebuild_registry] = '0'
60
+ settings[magic_viewport_indicator] = '0'
61
+ settings[magic_modernizr_debug] = '0'
62
+ settings[magic_performance__active_tab] = 'edit-dev'
63
+ settings[magic_css_excludes_regex] = ''
64
+ settings[magic_js_excludes_regex] = ''
metadata CHANGED
@@ -7,8 +7,8 @@ version: !ruby/object:Gem::Version
7
7
  - 0
8
8
  - 0
9
9
  - alpha
10
- - 2
11
- version: 3.0.0.alpha.2
10
+ - 3
11
+ version: 3.0.0.alpha.3
12
12
  platform: ruby
13
13
  authors:
14
14
  - Sam Richard
@@ -17,7 +17,7 @@ autorequire:
17
17
  bindir: bin
18
18
  cert_chain: []
19
19
 
20
- date: 2013-04-26 00:00:00 -04:00
20
+ date: 2013-04-30 00:00:00 -04:00
21
21
  default_executable:
22
22
  dependencies:
23
23
  - !ruby/object:Gem::Dependency