File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ task(:get_data_from_japan) { ruby 'get_data_from_japan.rb' }
77task ( :cache_dojo_logos ) { ruby 'cache_dojo_logos.rb' }
88task ( :cache_data_as_yaml ) { ruby 'cache_data_as_yaml.rb' }
99task ( :upsert_dojos_geojson ) { ruby 'upsert_dojos_geojson.rb' }
10+ task ( :compact_geojson ) { ruby 'compact_geojson.rb' }
1011
1112# GitHub - gjtorikian/html-proofer
1213# https://github.com/gjtorikian/html-proofer
Load Diff Large diffs are not rendered by default.
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 6060 < body >
6161 < div
6262 class ="geolonia "
63- data-geojson ="./dojos.geojson "
63+ data-geojson ="./dojos.min. geojson "
6464 data-lat ="35.6809591 "
6565 data-lng ="139.7673068 "
6666 data-zoom ="5 "
Original file line number Diff line number Diff line change 5757 < body >
5858 < div
5959 class ="geolonia "
60- data-geojson ="./dojos.geojson "
60+ data-geojson ="./dojos.min. geojson "
6161 data-lat ="35.6809591 "
6262 data-lng ="139.7673068 "
6363 data-zoom ="0 "
You can’t perform that action at this time.
0 commit comments