From 60a28f71735557ae19ab351569bcfebe433022f2 Mon Sep 17 00:00:00 2001 From: Alasdair Smith Date: Wed, 11 Apr 2018 12:00:36 +0100 Subject: [PATCH] Fix hashed file path for rich text --- services/web/app/coffee/infrastructure/ExpressLocals.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/web/app/coffee/infrastructure/ExpressLocals.coffee b/services/web/app/coffee/infrastructure/ExpressLocals.coffee index ee0933c612..0855a35c74 100644 --- a/services/web/app/coffee/infrastructure/ExpressLocals.coffee +++ b/services/web/app/coffee/infrastructure/ExpressLocals.coffee @@ -41,7 +41,7 @@ pathList = [ "#{jsPath}ide.js" "#{jsPath}main.js" "#{jsPath}libraries.js" - "#{jsPath}es/richText.js" + "#{jsPath}es/rich-text.js" "/stylesheets/style.css" "/stylesheets/ol-style.css" ]