diff --git a/sharefest/server/lib/router.js b/sharefest/server/lib/router.js index 6a028ea..91d5c2c 100644 --- a/sharefest/server/lib/router.js +++ b/sharefest/server/lib/router.js @@ -45,7 +45,7 @@ exports.configure = function (app, rootdir) { files = (modes[mode]); } - var js = buildify('..').concat(files); + var js = buildify().concat(files); js = js.perform(function (content) { return content.replace(/peer5.config.BLOCK_SIZE/g, config.blockSize); }); @@ -122,4 +122,4 @@ exports.configure = function (app, rootdir) { res.sendfile(rootdir + '/public/index.html'); }); } -; \ No newline at end of file +;