Update parrots.zip. Closes #56.

This commit is contained in:
John Hobbs 2016-11-21 10:48:20 -06:00
parent 3d726b4f5d
commit 94df699515
2 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
"build": "node generate.js",
"deploy": "rsync -rvz --exclude='*.mustache' --exclude=node_modules --exclude=.git * velvetcache.org:~/cultofthepartyparrot.com/",
"compare": "echo \"import json\nfor parrot in json.load(open('parrots.json', 'rb')):\n\tprint parrot['gif']\" | python | sort > .injson && ls -l parrots/ | awk '{print $9}' | sort > .indir && echo '--[diff]-------------------------------------------' && (diff .injson .indir || true) && rm .injson .indir",
"compress": "echo \" ~= Party or Die =~\n~= cultofthepartyparrot.com =~\" | zip -f -o -v -z parrots.zip parrots/"
"compress": "rm -f parrots.zip && echo \" ~= Party or Die =~\n~= cultofthepartyparrot.com =~\" | zip -o -v -z parrots.zip parrots/*"
},
"repository": {
"type": "git",

Binary file not shown.