From d2491586760f14e6ba7592b0a956d285b6937bd2 Mon Sep 17 00:00:00 2001 From: James Allen Date: Tue, 18 Feb 2014 17:37:39 +0000 Subject: [PATCH] Don't try to fingerprint plans.css --- services/web/app/coffee/infrastructure/ExpressLocals.coffee | 1 - 1 file changed, 1 deletion(-) diff --git a/services/web/app/coffee/infrastructure/ExpressLocals.coffee b/services/web/app/coffee/infrastructure/ExpressLocals.coffee index ad424c6a6a..654d74b711 100644 --- a/services/web/app/coffee/infrastructure/ExpressLocals.coffee +++ b/services/web/app/coffee/infrastructure/ExpressLocals.coffee @@ -22,7 +22,6 @@ for path in [ "#{jsPath}libs/pdf.js", "#{jsPath}libs/pdf.worker.js", "/stylesheets/mainStyle.css" - "/brand/plans.css" ] filePath = Path.join __dirname, "../../../", "public#{path}" content = fs.readFileSync filePath