From baf96eb2f30f3eeee0a8b8f12406528a62e80ada Mon Sep 17 00:00:00 2001 From: coderaiser Date: Thu, 13 Sep 2012 09:35:10 -0400 Subject: [PATCH] minor changes --- 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 e214b5c1..6393411f 100644 --- a/lib/server/appcache.js +++ b/lib/server/appcache.js @@ -18,7 +18,7 @@ setWatachFunctions(); exports.createManifest = function(){ - var lAllNames = cloudRequire(process.cwd() + 'hashes.json'); + var lAllNames = cloudRequire('./hashes.json'); if(lAllNames) for(var lName in lAllNames) exports.watch(lName);