Skip to content

Commit 86f615e

Browse files
authored
[PYT-99] Add Auto-prefix plugin (pytorch#24)
1 parent a9721fe commit 86f615e

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

Gemfile

+1-2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,5 @@ ruby "2.5.1"
44
group :jekyll_plugins do
55
gem "github-pages"
66
gem "jekyll-paginate-v2"
7+
gem 'jekyll-autoprefixer'
78
end
8-
9-

Gemfile.lock

+5
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ GEM
88
tzinfo (~> 1.1)
99
addressable (2.5.2)
1010
public_suffix (>= 2.0.2, < 4.0)
11+
autoprefixer-rails (6.3.7)
12+
execjs
1113
coffee-script (2.4.1)
1214
coffee-script-source
1315
execjs
@@ -100,6 +102,8 @@ GEM
100102
pathutil (~> 0.9)
101103
rouge (>= 1.7, < 4)
102104
safe_yaml (~> 1.0)
105+
jekyll-autoprefixer (1.0.1)
106+
autoprefixer-rails (~> 6.3.6)
103107
jekyll-avatar (0.6.0)
104108
jekyll (~> 3.0)
105109
jekyll-coffeescript (1.1.1)
@@ -245,6 +249,7 @@ PLATFORMS
245249

246250
DEPENDENCIES
247251
github-pages
252+
jekyll-autoprefixer
248253
jekyll-paginate-v2
249254

250255
RUBY VERSION

_config.yml

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ default_author: The PyTorch Team
77
plugins:
88
- jekyll-paginate-v2
99
- jekyll-redirect-from
10+
- jekyll-autoprefixer
1011
sass:
1112
load_paths:
1213
- _sass

0 commit comments

Comments
 (0)