summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorFranck Cuny <fcuny@twitter.com>2016-01-12 19:25:52 -0800
committerFranck Cuny <fcuny@twitter.com>2016-01-12 19:28:09 -0800
commit6454de866fde2576ab5df4b09b58bf6e812a82c6 (patch)
tree7afb1be7bf98ee9fbb33bb98ea1902cf9c2a9046 /Gemfile
parentFix the footer on small screen. (diff)
downloadlumberjaph-6454de866fde2576ab5df4b09b58bf6e812a82c6.tar.gz
Add a new target to run some tests.
Update the Makefile with a `test` target so we can check the generated HTML and the internal links. The gem `html-proofer` is also added, and we use it to run the test. Closes #6
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 3ac2240..96384b4 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,4 +1,5 @@
source 'https://rubygems.org'
gem 'jekyll'
gem 'RedCloth'
-gem 'redcarpet' \ No newline at end of file
+gem 'redcarpet'
+gem 'html-proofer'