mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Jekyll: Add wdm gem for Windows. (#27658)
This commit is contained in:
parent
75e6253b0a
commit
f3bd8602df
2 changed files with 3 additions and 0 deletions
1
Gemfile
1
Gemfile
|
@ -5,4 +5,5 @@ group :development, :test do
|
||||||
gem 'jekyll-redirect-from', '~> 0.14.0'
|
gem 'jekyll-redirect-from', '~> 0.14.0'
|
||||||
gem 'jekyll-sitemap', '~> 1.2.0'
|
gem 'jekyll-sitemap', '~> 1.2.0'
|
||||||
gem 'jekyll-toc', '~> 0.9.0'
|
gem 'jekyll-toc', '~> 0.9.0'
|
||||||
|
gem 'wdm', '~> 0.1.1', :install_if => Gem.win_platform?
|
||||||
end
|
end
|
||||||
|
|
|
@ -65,6 +65,7 @@ GEM
|
||||||
sass-listen (4.0.0)
|
sass-listen (4.0.0)
|
||||||
rb-fsevent (~> 0.9, >= 0.9.4)
|
rb-fsevent (~> 0.9, >= 0.9.4)
|
||||||
rb-inotify (~> 0.9, >= 0.9.7)
|
rb-inotify (~> 0.9, >= 0.9.7)
|
||||||
|
wdm (0.1.1)
|
||||||
|
|
||||||
PLATFORMS
|
PLATFORMS
|
||||||
ruby
|
ruby
|
||||||
|
@ -75,6 +76,7 @@ DEPENDENCIES
|
||||||
jekyll-redirect-from (~> 0.14.0)
|
jekyll-redirect-from (~> 0.14.0)
|
||||||
jekyll-sitemap (~> 1.2.0)
|
jekyll-sitemap (~> 1.2.0)
|
||||||
jekyll-toc (~> 0.9.0)
|
jekyll-toc (~> 0.9.0)
|
||||||
|
wdm (~> 0.1.1)
|
||||||
|
|
||||||
BUNDLED WITH
|
BUNDLED WITH
|
||||||
1.17.1
|
1.17.1
|
||||||
|
|
Loading…
Add table
Reference in a new issue