File tree 3 files changed +35
-1
lines changed
3 files changed +35
-1
lines changed Original file line number Diff line number Diff line change 3
3
source 'http://rubygems.org'
4
4
5
5
group :development do
6
+ gem 'html-proofer'
6
7
gem 'jekyll' , '~> 3.0' , '>= 3.0.1'
7
8
gem 'jekyll-paginate' , '~> 1.1'
8
9
gem 'sass' , '~> 3.4' , '>= 3.4.20'
Original file line number Diff line number Diff line change 1
1
GEM
2
2
remote: http://rubygems.org/
3
3
specs:
4
+ activesupport (4.2.5 )
5
+ i18n (~> 0.7 )
6
+ json (~> 1.7 , >= 1.7.7 )
7
+ minitest (~> 5.1 )
8
+ thread_safe (~> 0.3 , >= 0.3.4 )
9
+ tzinfo (~> 1.1 )
10
+ addressable (2.4.0 )
4
11
bourbon (4.2.6 )
5
12
sass (~> 3.4 )
6
13
thor (~> 0.19 )
7
14
colorator (0.1 )
15
+ colored (1.2 )
16
+ ethon (0.8.0 )
17
+ ffi (>= 1.3.0 )
8
18
ffi (1.9.10 )
19
+ html-proofer (2.6.1 )
20
+ activesupport (~> 4.2 )
21
+ addressable (~> 2.3 )
22
+ colored (~> 1.2 )
23
+ mercenary (~> 0.3.2 )
24
+ nokogiri (~> 1.5 )
25
+ parallel (~> 1.3 )
26
+ typhoeus (~> 0.7 )
27
+ yell (~> 2.0 )
28
+ i18n (0.7.0 )
9
29
jekyll (3.0.1 )
10
30
colorator (~> 0.1 )
11
31
jekyll-sass-converter (~> 1.0 )
20
40
sass (~> 3.4 )
21
41
jekyll-watch (1.3.0 )
22
42
listen (~> 3.0 )
43
+ json (1.8.3 )
23
44
kramdown (1.9.0 )
24
45
liquid (3.0.6 )
25
46
listen (3.0.5 )
26
47
rb-fsevent (>= 0.9.3 )
27
48
rb-inotify (>= 0.9 )
28
49
mercenary (0.3.5 )
50
+ mini_portile2 (2.0.0 )
51
+ minitest (5.8.3 )
52
+ nokogiri (1.6.7.1 )
53
+ mini_portile2 (~> 2.0.0.rc2 )
54
+ parallel (1.6.1 )
29
55
posix-spawn (0.3.11 )
30
56
pygments.rb (0.6.3 )
31
57
posix-spawn (~> 0.3.6 )
37
63
safe_yaml (1.0.4 )
38
64
sass (3.4.20 )
39
65
thor (0.19.1 )
66
+ thread_safe (0.3.5 )
67
+ typhoeus (0.8.0 )
68
+ ethon (>= 0.8.0 )
69
+ tzinfo (1.2.2 )
70
+ thread_safe (~> 0.1 )
40
71
yajl-ruby (1.2.1 )
72
+ yell (2.0.5 )
41
73
42
74
PLATFORMS
43
75
ruby
44
76
45
77
DEPENDENCIES
46
78
bourbon (~> 4.2 , >= 4.2.6 )
79
+ html-proofer
47
80
jekyll (~> 3.0 , >= 3.0.1 )
48
81
jekyll-paginate (~> 1.1 )
49
82
pygments.rb (~> 0.6.3 )
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ echo 'Jekyll build...'
8
8
bundle exec jekyll build
9
9
10
10
echo ' Testing htmlproof...'
11
- bundle exec htmlproof ./_site --href-ignore " #" ," #! " --disable-external
11
+ bundle exec htmlproof ./_site --href-ignore " #" ," /simplest/ " --disable-external
12
12
13
13
cd ${HTML_FOLDER}
14
14
You can’t perform that action at this time.
0 commit comments