Commit 4ab5093833a12296790256c2acef5bbfba3e179e

Authored by Geoffrey PREUD'HOMME
1 parent 203995e7

Minification des fichiers HTML

Showing 3 changed files with 28 additions and 3 deletions   Show diff stats
... ... @@ -20,4 +20,5 @@ gem "minima", "~> 2.0"
20 20  
21 21 # If you have any plugins, put them here!
22 22 group :jekyll_plugins do
  23 + gem 'octopress-minify-html'
23 24 end
... ...
Gemfile.lock
... ... @@ -4,8 +4,18 @@ GEM
4 4 addressable (2.5.0)
5 5 public_suffix (~> 2.0, >= 2.0.2)
6 6 colorator (1.1.0)
  7 + css_press (0.3.2)
  8 + csspool-st (= 3.1.2)
  9 + json
  10 + csspool-st (3.1.2)
  11 + execjs (2.7.0)
7 12 ffi (1.9.14)
8 13 forwardable-extended (2.6.0)
  14 + html_press (0.8.2)
  15 + htmlentities
  16 + multi_css (>= 0.1.0)
  17 + multi_js (>= 0.1.0)
  18 + htmlentities (4.3.4)
9 19 jekyll (3.3.1)
10 20 addressable (~> 2.4)
11 21 colorator (~> 1.0)
... ... @@ -17,12 +27,11 @@ GEM
17 27 pathutil (~> 0.9)
18 28 rouge (~> 1.7)
19 29 safe_yaml (~> 1.0)
20   - jekyll-feed (0.8.0)
21   - jekyll (~> 3.3)
22 30 jekyll-sass-converter (1.5.0)
23 31 sass (~> 3.4)
24 32 jekyll-watch (1.5.0)
25 33 listen (~> 3.0, < 3.1)
  34 + json (2.0.3)
26 35 kramdown (1.13.1)
27 36 liquid (3.0.6)
28 37 listen (3.0.8)
... ... @@ -31,6 +40,16 @@ GEM
31 40 mercenary (0.3.6)
32 41 minima (2.1.0)
33 42 jekyll (~> 3.3)
  43 + multi_css (0.1.0)
  44 + css_press
  45 + multi_js (0.1.0)
  46 + uglifier (~> 2)
  47 + octopress-hooks (2.6.2)
  48 + jekyll (>= 2.0)
  49 + octopress-minify-html (1.3.1)
  50 + html_press (~> 0.8)
  51 + jekyll (>= 2.0)
  52 + octopress-hooks
34 53 pathutil (0.14.0)
35 54 forwardable-extended (~> 2.6)
36 55 public_suffix (2.0.4)
... ... @@ -40,14 +59,17 @@ GEM
40 59 rouge (1.11.1)
41 60 safe_yaml (1.0.4)
42 61 sass (3.4.22)
  62 + uglifier (2.7.2)
  63 + execjs (>= 0.3.0)
  64 + json (>= 1.8.0)
43 65  
44 66 PLATFORMS
45 67 ruby
46 68  
47 69 DEPENDENCIES
48 70 jekyll (= 3.3.1)
49   - jekyll-feed (~> 0.6)
50 71 minima (~> 2.0)
  72 + octopress-minify-html
51 73  
52 74 RUBY VERSION
53 75 ruby 2.4.0p0
... ...
_config.yml
... ... @@ -50,6 +50,8 @@ defaults:
50 50 # Build settings
51 51 markdown: kramdown
52 52 theme: minima
  53 +gems:
  54 + - octopress-minify-html
53 55 exclude:
54 56 - Gemfile
55 57 - Gemfile.lock
... ...