Update zip and README.

This commit is contained in:
John Hobbs 2016-11-03 11:19:20 -05:00
parent e14de8bb03
commit d39f1db368
3 changed files with 3 additions and 1 deletions

View File

@ -59,6 +59,7 @@ The only Slack reaction gif's you'll ever need.
* [@kyprifog](https://github.com/kyprifog) for [confused parrot](https://github.com/jmhobbs/cultofthepartyparrot.com/pull/35)
* [@chalisegrogan](https://github.com/chalisegrogan) for [🍕 parrot](https://github.com/jmhobbs/cultofthepartyparrot.com/pull/34)
* [@westerlund](https://github.com/westerlund) for [🍔 parrot](https://github.com/jmhobbs/cultofthepartyparrot.com/pull/36)
* [@chemikpil](https://github.com/chemikpil) for [mustache parrot](https://github.com/jmhobbs/cultofthepartyparrot.com/pull/46)
# Building!

View File

@ -5,7 +5,8 @@
"scripts": {
"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"
"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/"
},
"repository": {
"type": "git",

Binary file not shown.