2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-14 18:42:30 +03:00

Build system overhaul.

This commit is contained in:
Bardi Harborow
2017-04-19 21:59:12 +10:00
parent 9af6bf8f7a
commit b4ac48fdec
14 changed files with 1322 additions and 1698 deletions
+3 -3
View File
@@ -1,8 +1,8 @@
source 'https://rubygems.org'
group :development, :test do
gem 'jekyll', '~> 3.4.2'
gem 'jekyll', '~> 3.4.3'
gem 'jekyll-redirect-from', '~> 0.12.1'
gem 'jekyll-sitemap', '~> 1.0.0'
gem 'scss_lint', '~> 0.52.0'
gem 'jekyll-sitemap', '~> 1.1.1'
gem 'scss_lint', '~> 0.53.0'
end