Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Gruntfile.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ module.exports = (grunt) ->
"jams/2013.json"
"jams/2014.json"
"jams/2015.json"
"jams/2016.json"
]

assemble = {
Expand Down
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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