zeus.ugent.be/Gemfile

19 lines
273 B
Ruby
Raw Normal View History

2016-06-09 13:04:10 +00:00
# frozen_string_literal: true
# A sample Gemfile
source 'https://rubygems.org'
gem 'nanoc'
gem 'kramdown'
2016-06-09 15:57:40 +00:00
gem 'coffee-script'
2016-07-18 07:24:24 +00:00
# Needed for relativize_urls
gem 'nokogiri'
2016-06-29 19:38:57 +00:00
gem 'sass'
2016-06-09 13:04:10 +00:00
2016-07-18 09:06:45 +00:00
# Checks
gem 'w3c_validators'
2016-06-09 13:04:10 +00:00
group :development do
gem 'adsf'
gem 'guard-nanoc'
end