Get rid of more JS stuff, replace publish.sh with a Makefile

This commit is contained in:
Nick Pegg 2018-01-15 20:36:40 -08:00
parent a32c587c41
commit 0af1cafcd4
3 changed files with 10 additions and 89 deletions

10
Makefile Normal file
View file

@ -0,0 +1,10 @@
clean:
rm -r build
build:
posty build
stage:
gsutil -m rsync -d -r build/ gs://test.nickpegg.com
# TODO: add a `publish` task when ready to roll to prod