try going back to underscore and node.clone, heroku doesn't like lodash

This commit is contained in:
Tyler Renelle
2012-10-28 12:19:43 -04:00
parent 86251bd794
commit 322963c898
11 changed files with 17 additions and 16 deletions

View File

@@ -7,7 +7,7 @@ schema = require('../app/schema');
content = require('../app/content');
_ = require('lodash');
_ = require('underscore');
req = void 0;