mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-19 15:48:04 +01:00
try going back to underscore and node.clone, heroku doesn't like lodash
This commit is contained in:
@@ -3,7 +3,7 @@ var scoring, _;
|
||||
|
||||
scoring = require('../app/scoring');
|
||||
|
||||
_ = require('lodash');
|
||||
_ = require('underscore');
|
||||
|
||||
module.exports = function(expressApp, root, derby) {
|
||||
var deprecatedMessage, staticPages;
|
||||
|
||||
Reference in New Issue
Block a user