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