compass-aurora-os 0.2.0 → 0.2.1
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/aurora-os.rb +2 -2
- data/templates/arcturus/arcturus.info.erb +0 -12
- data/templates/arcturus/manifest.rb +1 -0
- metadata +2 -2
data/lib/aurora-os.rb
CHANGED
@@ -55,15 +55,3 @@ settings[aurora_min_ie_support] = '9'
|
|
55
55
|
settings[aurora_html_tags] = '1'
|
56
56
|
settings[aurora_typekit_id] = '0'
|
57
57
|
settings[aurora_livereload] = '0'
|
58
|
-
settings[magic_embedded_mqs] = '0'
|
59
|
-
settings[magic_css_excludes] = ''
|
60
|
-
settings[magic_footer_js] = '0'
|
61
|
-
settings[magic_library_head] = '0'
|
62
|
-
settings[magic_experimental_js] = '0'
|
63
|
-
settings[magic_js_excludes] = ''
|
64
|
-
settings[magic_rebuild_registry] = '0'
|
65
|
-
settings[magic_viewport_indicator] = '0'
|
66
|
-
settings[magic_modernizr_debug] = '0'
|
67
|
-
settings[magic_performance__active_tab] = 'edit-dev'
|
68
|
-
settings[magic_css_excludes_regex] = ''
|
69
|
-
settings[magic_js_excludes_regex] = ''
|
@@ -19,6 +19,7 @@ file './tpls/page.tpl.php.txt', :to => "templates/page.tpl.php"
|
|
19
19
|
file './tpls/field--field-slideshow-slide-body-text.tpl.php.txt', :to => "templates/field--field-slideshow-slide-body-text.tpl.php"
|
20
20
|
file './tpls/field--field-slideshow-slide-link.tpl.php.txt', :to => "templates/field--field-slideshow-slide-link.tpl.php"
|
21
21
|
file './tpls/field--field-slideshow-slide.tpl.php.txt', :to => "templates/field--field-slideshow-slide.tpl.php"
|
22
|
+
file './tpls/views-view.tpl.txt', :to => "templates/views-view.tpl.php"
|
22
23
|
|
23
24
|
# Stylesheets
|
24
25
|
discover :stylesheets
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: compass-aurora-os
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.1
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -11,7 +11,7 @@ authors:
|
|
11
11
|
autorequire:
|
12
12
|
bindir: bin
|
13
13
|
cert_chain: []
|
14
|
-
date: 2014-
|
14
|
+
date: 2014-02-13 00:00:00.000000000 Z
|
15
15
|
dependencies:
|
16
16
|
- !ruby/object:Gem::Dependency
|
17
17
|
name: sass
|