Remove unused Procfile, delete generate js on deploy

This commit is contained in:
Nicholas Kariniemi 2014-10-10 19:56:01 +00:00
parent 75b58d58a3
commit 066d8aa615
2 changed files with 1 additions and 1 deletions

View file

@ -1 +0,0 @@
web: java $JVM_OPTS -cp target/grub-standalone.jar clojure.main -m grub.core --port $PORT production

View file

@ -1,5 +1,6 @@
#!/bin/bash
rm -rf target
git pull
lein cljx
lein cljsbuild once prod