diff --git a/Gruntfile.coffee b/Gruntfile.coffee index 1bbd8a8..6e6e0cc 100644 --- a/Gruntfile.coffee +++ b/Gruntfile.coffee @@ -17,6 +17,7 @@ module.exports = (grunt) -> "jams/2013.json" "jams/2014.json" "jams/2015.json" + "jams/2016.json" ] assemble = { diff --git a/Makefile b/Makefile index d09b3bc..ea46234 100644 --- a/Makefile +++ b/Makefile @@ -17,6 +17,7 @@ json: php misc/export_jams.php 2013 > jams/2013.json php misc/export_jams.php 2014 > jams/2014.json php misc/export_jams.php 2015 > jams/2015.json + php misc/export_jams.php 2016 > jams/2016.json deploy: rsync -RrvuzL index.html *.ics *.js *.css jams/ font/ tags/ leaf@leafo.net:www/compohub.net