From faeb21c34e79d960e4e3918802b9fc4a206db559 Mon Sep 17 00:00:00 2001 From: Fabian Jakobs Date: Mon, 23 Nov 2015 10:48:32 +0000 Subject: [PATCH] fix make static --- scripts/makestatic.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/makestatic.js b/scripts/makestatic.js index 2ccaabe9..92238a73 100755 --- a/scripts/makestatic.js +++ b/scripts/makestatic.js @@ -76,7 +76,7 @@ function main(config, settings, options, callback) { }) .concat({ consumes: [], - provides: ["cdn.build", "db", "health"], + provides: ["cdn.build", "db", "redis", "health"], setup: function(options, imports, register) { register(null, { "cdn.build": {}, @@ -87,6 +87,7 @@ function main(config, settings, options, callback) { } } }, + "redis": {}, "health": { addCheck: function() {} }