html5-boilerplate 0.2.3 → 0.2.4
Sign up to get free protection for your applications and to get access to all the features.
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.2.
|
1
|
+
0.2.4
|
@@ -3,7 +3,7 @@ $base-font-size: 13px !default;
|
|
3
3
|
$base-line-height: 1.231 !default;
|
4
4
|
|
5
5
|
//
|
6
|
-
// fonts.css from the YUI Library: developer.yahoo.com/yui/
|
6
|
+
// fonts.css from the YUI Library: developer.yahoo.com/yui/
|
7
7
|
//
|
8
8
|
// There are three custom edits:
|
9
9
|
// * remove arial, helvetica from explicit font stack
|
@@ -9,7 +9,7 @@
|
|
9
9
|
|
10
10
|
-# fall back to local jQuery if necessary
|
11
11
|
:javascript
|
12
|
-
!window.jQuery && document.write('
|
12
|
+
!window.jQuery && document.write(unescape('%3Cscript src="/javascripts/jquery-1.4.2.min.js"%3E%3C/script%3E'))
|
13
13
|
|
14
14
|
= javascript_include_tag 'rails', 'plugins', 'application'
|
15
15
|
|
@@ -20,8 +20,6 @@
|
|
20
20
|
# Because X-UA-Compatible isn't sent to non-IE (to save header bytes),
|
21
21
|
# We need to inform proxies that content changes based on UA
|
22
22
|
Header append Vary User-Agent
|
23
|
-
# Ensure proxy caching, since gzip is accept-encoding dependent.
|
24
|
-
Header append Vary Accept-Encoding
|
25
23
|
# Cache control is set only if mod_headers is enabled, so that's unncessary to declare
|
26
24
|
</IfModule>
|
27
25
|
|
@@ -90,8 +88,8 @@ AddType text/x-component htc
|
|
90
88
|
<IfModule mod_deflate.c>
|
91
89
|
|
92
90
|
# html, txt, css, js, json, xml, htc:
|
93
|
-
|
94
|
-
|
91
|
+
AddOutputFilterByType DEFLATE text/html text/plain text/css text/javascript application/javascript application/json
|
92
|
+
AddOutputFilterByType DEFLATE text/xml application/xml text/x-component
|
95
93
|
|
96
94
|
# webfonts and svg:
|
97
95
|
<FilesMatch "\.(ttf|otf|eot|svg)$" >
|
@@ -46,7 +46,7 @@
|
|
46
46
|
Grab Google CDN's jQuery. fall back to local if necessary
|
47
47
|
%script{ :src => "http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js" }
|
48
48
|
:javascript
|
49
|
-
!window.jQuery && document.write('
|
49
|
+
!window.jQuery && document.write(unescape('%3Cscript src="js/jquery-1.4.2.min.js"%3E%3C/script%3E'))
|
50
50
|
|
51
51
|
%script{ :src => "js/plugins.js?v=1" }
|
52
52
|
%script{ :src => "js/script.js?v=1" }
|
metadata
CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
5
5
|
segments:
|
6
6
|
- 0
|
7
7
|
- 2
|
8
|
-
-
|
9
|
-
version: 0.2.
|
8
|
+
- 4
|
9
|
+
version: 0.2.4
|
10
10
|
platform: ruby
|
11
11
|
authors:
|
12
12
|
- Peter Gumeson
|
@@ -14,7 +14,7 @@ autorequire:
|
|
14
14
|
bindir: bin
|
15
15
|
cert_chain: []
|
16
16
|
|
17
|
-
date: 2010-
|
17
|
+
date: 2010-10-08 00:00:00 -07:00
|
18
18
|
default_executable:
|
19
19
|
dependencies:
|
20
20
|
- !ruby/object:Gem::Dependency
|