Commit Graph

4 Commits

Author SHA1 Message Date
Chris Hill-Scott
fd4c4107ac Remove Flask Assets
This commit’s parent introduces a Node-based way of managing front end assets.

Nothing else is needed in the app, specifically not Flask Assets. Flask itself
automatically routes requests for `domain.tld/static/*` to the files in
`app/static`.

This also removes all the Ruby stuff.
2016-01-05 13:12:35 +00:00
Rebecca Law
e14780f7b5 Fix Procfile 2015-11-23 16:26:37 +00:00
Rebecca Law
043f930e57 Add runserver to Procfile 2015-11-20 16:24:10 +00:00
Rebecca Law
96dd866e6f Add Procfile for heroku 2015-11-20 15:36:47 +00:00