From 9ee68291320d31e03e06545cb1e974787698faac Mon Sep 17 00:00:00 2001 From: Lance Date: Thu, 16 Jun 2016 15:02:26 -0500 Subject: [PATCH 1/2] Update Gruntfile.coffee --- Gruntfile.coffee | 1 + 1 file changed, 1 insertion(+) 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 = { From 0d6514960649ec46c797072395a5017e0ef390bc Mon Sep 17 00:00:00 2001 From: Lance Date: Thu, 16 Jun 2016 15:51:54 -0500 Subject: [PATCH 2/2] 2016 --- Makefile | 1 + 1 file changed, 1 insertion(+) 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