This repository was archived by the owner on Sep 15, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +431
-369
lines changed Expand file tree Collapse file tree 4 files changed +431
-369
lines changed Original file line number Diff line number Diff line change 44 addressable (2.7.0 )
55 public_suffix (>= 2.0.2 , < 5.0 )
66 colorator (1.1.0 )
7- concurrent-ruby (1.1.5 )
7+ concurrent-ruby (1.1.6 )
88 em-websocket (0.5.1 )
99 eventmachine (>= 0.12.9 )
1010 http_parser.rb (~> 0.6.0 )
3737 jekyll-feed (0.13.0 )
3838 jekyll (>= 3.7 , < 5.0 )
3939 jekyll-paginate (1.1.0 )
40- jekyll-sass-converter (2.0.1 )
40+ jekyll-sass-converter (2.1.0 )
4141 sassc (> 2.0.1 , < 3.0 )
4242 jekyll-sitemap (1.4.0 )
4343 jekyll (>= 3.7 , < 5.0 )
5353 mercenary (0.3.6 )
5454 pathutil (0.16.2 )
5555 forwardable-extended (~> 2.6 )
56- public_suffix (4.0.3 )
56+ public_suffix (4.0.4 )
5757 rb-fsevent (0.10.3 )
5858 rb-inotify (0.10.1 )
5959 ffi (~> 1.0 )
60- rouge (3.15 .0 )
60+ rouge (3.17 .0 )
6161 safe_yaml (1.0.5 )
6262 sassc (2.2.1 )
6363 ffi (~> 1.9 )
6464 sassc (2.2.1-x64-mingw32 )
6565 ffi (~> 1.9 )
6666 terminal-table (1.8.0 )
6767 unicode-display_width (~> 1.1 , >= 1.1.1 )
68- unicode-display_width (1.6.1 )
68+ unicode-display_width (1.7.0 )
6969 wdm (0.1.1 )
7070
7171PLATFORMS
Original file line number Diff line number Diff line change @@ -308,7 +308,7 @@ module.exports = function(grunt) {
308308
309309 } ) ;
310310
311- var buildTasks = [
311+ grunt . registerTask ( 'build' , [
312312 'clean' ,
313313 'jekyll' ,
314314 'useminPrepare' ,
@@ -322,9 +322,7 @@ module.exports = function(grunt) {
322322 'sri_hash' ,
323323 'doctype' ,
324324 'htmlmin'
325- ] ;
326-
327- grunt . registerTask ( 'build' , buildTasks ) ;
325+ ] ) ;
328326
329327 grunt . registerTask ( 'test' , [
330328 'build' ,
You can’t perform that action at this time.
0 commit comments