diff --git a/.slugignore b/.slugignore new file mode 100644 index 00000000..a57582cc --- /dev/null +++ b/.slugignore @@ -0,0 +1 @@ +/src diff --git a/app.json b/app.json new file mode 100644 index 00000000..d9dc1031 --- /dev/null +++ b/app.json @@ -0,0 +1,7 @@ +{ + "buildpacks": [ + { + "url": "https://github.com/heroku/heroku-buildpack-static.git" + } + ] +}