File tree Expand file tree Collapse file tree 5 files changed +1177
-3792
lines changed Expand file tree Collapse file tree 5 files changed +1177
-3792
lines changed Original file line number Diff line number Diff line change 1
- 3.3.4
1
+ 3.2.5
Original file line number Diff line number Diff line change 5
5
public_suffix (>= 2.0.2 , < 7.0 )
6
6
bigdecimal (3.1.8 )
7
7
colorator (1.1.0 )
8
- concurrent-ruby (1.3.3 )
8
+ concurrent-ruby (1.3.4 )
9
9
daemons (1.4.1 )
10
10
em-websocket (0.5.3 )
11
11
eventmachine (>= 0.12.9 )
12
12
http_parser.rb (~> 0 )
13
13
eventmachine (1.2.7 )
14
14
ffi (1.17.0 )
15
15
forwardable-extended (2.6.0 )
16
- google-protobuf (4.27.3 )
16
+ google-protobuf (4.28.2 )
17
17
bigdecimal
18
18
rake (>= 13 )
19
19
http_parser.rb (0.8.0 )
20
- i18n (1.14.5 )
20
+ i18n (1.14.6 )
21
21
concurrent-ruby (~> 1.0 )
22
- jekyll (4.3.3 )
22
+ jekyll (4.3.4 )
23
23
addressable (~> 2.4 )
24
24
colorator (~> 1.0 )
25
25
em-websocket (~> 0.5 )
56
56
rb-fsevent (0.11.2 )
57
57
rb-inotify (0.11.1 )
58
58
ffi (~> 1.0 )
59
- rexml (3.3.4 )
60
- strscan
61
- rouge (4.3.0 )
59
+ rexml (3.3.8 )
60
+ rouge (4.4.0 )
62
61
safe_yaml (1.0.5 )
63
- sass-embedded (1.77.8 )
64
- google-protobuf (~> 4.26 )
62
+ sass-embedded (1.79.4 )
63
+ google-protobuf (~> 4.27 )
65
64
rake (>= 13 )
66
- strscan (3.1.0 )
67
65
terminal-table (3.0.2 )
68
66
unicode-display_width (>= 1.1.1 , < 3 )
69
67
thin (1.8.2 )
70
68
daemons (~> 1.0 , >= 1.0.9 )
71
69
eventmachine (~> 1.0 , >= 1.0.4 )
72
70
rack (>= 1 , < 3 )
73
- unicode-display_width (2.5 .0 )
74
- webrick (1.8.1 )
71
+ unicode-display_width (2.6 .0 )
72
+ webrick (1.8.2 )
75
73
76
74
PLATFORMS
77
75
ruby
Original file line number Diff line number Diff line change @@ -13,8 +13,9 @@ const WEBFONTS_SRC = "./fonts/webfonts";
13
13
const WEBFONTS_DEST = "./site/assets/fonts" ;
14
14
15
15
function copyWebfonts ( ) {
16
- return src ( `${ WEBFONTS_SRC } /**/**` )
17
- . pipe ( dest ( WEBFONTS_DEST ) ) ;
16
+ return src ( `${ WEBFONTS_SRC } /**/**` , {
17
+ encoding : false ,
18
+ } ) . pipe ( dest ( WEBFONTS_DEST ) ) ;
18
19
}
19
20
20
21
function watchWebfonts ( ) {
You can’t perform that action at this time.
0 commit comments