Skip to content

Commit

Permalink
[FLINK-13725][docs] use sassc for faster doc generation
Browse files Browse the repository at this point in the history
Jekyll requires sass but can optionally also use a C-based implementation
provided by sassc. Although we do not use sass directly, there may be some
indirect use inside jekyll. It doesn't seem to hurt to upgrade here.

This closes apache#9443
  • Loading branch information
NicoK authored and StephanEwen committed Aug 26, 2019
1 parent ef74a61 commit 065de4b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ gem 'json', '2.2.0'
gem 'jekyll-multiple-languages', '2.0.3'
gem 'jekyll-paginate', '1.1.0'
gem 'liquid-c', '4.0.0' # speed-up site generation
gem 'sassc', '2.0.1' # speed-up site generation

group :jekyll_plugins do
gem 'hawkins'
Expand Down
5 changes: 5 additions & 0 deletions docs/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ GEM
pathutil (0.16.2)
forwardable-extended (~> 2.6)
public_suffix (3.1.1)
rake (12.3.3)
rb-fsevent (0.10.3)
rb-inotify (0.10.0)
ffi (~> 1.0)
Expand All @@ -67,6 +68,9 @@ GEM
sass-listen (4.0.0)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
sassc (2.0.1)
ffi (~> 1.9)
rake
sawyer (0.8.2)
addressable (>= 2.3.5)
faraday (> 0.8, < 2.0)
Expand All @@ -86,6 +90,7 @@ DEPENDENCIES
json (= 2.2.0)
liquid-c (= 4.0.0)
octokit (= 4.14.0)
sassc (= 2.0.1)
therubyracer (= 0.12.3)

RUBY VERSION
Expand Down

0 comments on commit 065de4b

Please sign in to comment.