From c237d04456bc1d04ca7d9184804504ee243087af Mon Sep 17 00:00:00 2001 From: Henry Oswald Date: Thu, 13 Mar 2014 10:06:33 +0000 Subject: [PATCH] fingerprint brand/plans.css --- services/web/app/coffee/infrastructure/ExpressLocals.coffee | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/services/web/app/coffee/infrastructure/ExpressLocals.coffee b/services/web/app/coffee/infrastructure/ExpressLocals.coffee index 714f99d800..4ae194d674 100644 --- a/services/web/app/coffee/infrastructure/ExpressLocals.coffee +++ b/services/web/app/coffee/infrastructure/ExpressLocals.coffee @@ -21,7 +21,8 @@ for path in [ "#{jsPath}list.js", "#{jsPath}libs/pdf.js", "#{jsPath}libs/pdf.worker.js", - "/stylesheets/mainStyle.css" + "/stylesheets/mainStyle.css", + "/brand/plans.css" ] filePath = Path.join __dirname, "../../../", "public#{path}" content = fs.readFileSync filePath