File tree Expand file tree Collapse file tree 4 files changed +15
-4
lines changed Expand file tree Collapse file tree 4 files changed +15
-4
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ source 'https://rubygems.org'
2
2
3
3
gem 'rake' , '~> 10.0.3'
4
4
gem 'sass' , '~> 3.2.5'
5
- gem 'zurb-foundation' , '~> 4.0.5 ', require : false
6
-
5
+ gem 'jquery-middleman ' , require : false
6
+ gem 'zurb-foundation' , '~> 4.3.2' , require : false
7
7
gem 'middleman' , '~> 3.2.0'
8
8
gem 'middleman-deploy' , '~> 1.0'
9
9
gem 'builder'
Original file line number Diff line number Diff line change 32
32
hike (1.2.3 )
33
33
i18n (0.6.11 )
34
34
icalendar (2.4.1 )
35
+ jquery-middleman (3.1.2 )
36
+ thor (>= 0.14 , < 2.0 )
35
37
json (2.1.0 )
36
38
kramdown (1.16.2 )
37
39
listen (1.3.1 )
110
112
uglifier (2.4.0 )
111
113
execjs (>= 0.3.0 )
112
114
json (>= 1.8.0 )
113
- zurb-foundation (4.0.9 )
115
+ zurb-foundation (4.3.2 )
114
116
sass (>= 3.2.0 )
115
117
116
118
PLATFORMS
@@ -121,6 +123,7 @@ DEPENDENCIES
121
123
coffee-script
122
124
html5-boilerplate !
123
125
icalendar
126
+ jquery-middleman
124
127
middleman (~> 3.2.0 )
125
128
middleman-deploy (~> 1.0 )
126
129
nokogiri
@@ -133,7 +136,7 @@ DEPENDENCIES
133
136
redcarpet
134
137
sass (~> 3.2.5 )
135
138
sitemap_generator
136
- zurb-foundation (~> 4.0.5 )
139
+ zurb-foundation (~> 4.3.2 )
137
140
138
141
BUNDLED WITH
139
142
1.16.0
Original file line number Diff line number Diff line change
1
+ //= require jquery
2
+ //= require foundation/foundation
3
+ //= require foundation/foundation.topbar
1
4
5
+ $ ( document ) . ready ( function ( ) {
6
+ $ ( document ) . foundation ( ) ;
7
+ } ) ;
Original file line number Diff line number Diff line change 14
14
%link (href ="apple-touch-icon-114x114-precomposed.png" sizes ="114x114" rel ="apple-touch-icon" )
15
15
16
16
= stylesheet_link_tag 'normalize', 'app'
17
+ = javascript_include_tag 'application'
18
+
17
19
= partial 'partials/analytics'
18
20
19
21
%body (class ="#{current_page.data.body_class}" )
You can’t perform that action at this time.
0 commit comments