From 84bcb4f64e258c58151525215fafa414b63a9eed Mon Sep 17 00:00:00 2001 From: coderaiser Date: Thu, 13 Sep 2012 09:32:56 -0400 Subject: [PATCH] changed the way file name passes --- lib/server/appcache.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/server/appcache.js b/lib/server/appcache.js index bdcf40f0..e214b5c1 100644 --- a/lib/server/appcache.js +++ b/lib/server/appcache.js @@ -18,7 +18,7 @@ setWatachFunctions(); exports.createManifest = function(){ - var lAllNames = cloudRequire('hashes.json'); + var lAllNames = cloudRequire(process.cwd() + 'hashes.json'); if(lAllNames) for(var lName in lAllNames) exports.watch(lName);