make production build

This commit is contained in:
Eric Hulburd
2016-02-08 18:23:40 -06:00
parent 3cb2320300
commit 109ad432bb
31 changed files with 330 additions and 1387 deletions

View File

@@ -24,7 +24,6 @@ class Database {
// add associations
for (var model of Database.models){
console.log(`setting ${model.name}`);
model.set();
}