From f090eb6d069327deb8a0379779febd3225fe9752 Mon Sep 17 00:00:00 2001 From: Douglas Lovell Date: Tue, 5 Mar 2019 11:26:09 -0300 Subject: [PATCH] Merge remote-tracking branch 'origin/pr-update-files-to-hash' GitOrigin-RevId: dec35961f496f14357757248a62fe4c7d7fc1def --- services/web/app/coffee/infrastructure/ExpressLocals.coffee | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/services/web/app/coffee/infrastructure/ExpressLocals.coffee b/services/web/app/coffee/infrastructure/ExpressLocals.coffee index 76b9b9316a..24706ca782 100644 --- a/services/web/app/coffee/infrastructure/ExpressLocals.coffee +++ b/services/web/app/coffee/infrastructure/ExpressLocals.coffee @@ -44,9 +44,9 @@ pathList = [ "#{jsPath}main.js" "#{jsPath}libraries.js" "/stylesheets/style.css" - "/stylesheets/ol-style.css" - "/stylesheets/ol-light-style.css" - "/stylesheets/ol-ieee-style.css" + "/stylesheets/light-style.css" + "/stylesheets/ieee-style.css" + "/stylesheets/sl-style.css" ].concat(Modules.moduleAssetFiles(jsPath)) if !Settings.useMinifiedJs