diff --git a/services/web/app/coffee/infrastructure/ExpressLocals.coffee b/services/web/app/coffee/infrastructure/ExpressLocals.coffee index cf10bf25bb..99f8f67296 100644 --- a/services/web/app/coffee/infrastructure/ExpressLocals.coffee +++ b/services/web/app/coffee/infrastructure/ExpressLocals.coffee @@ -152,7 +152,7 @@ module.exports = (app, webRouter, privateApiRouter, publicApiRouter)-> path = Path.join(jsPath, jsFile) return "#{Settings.webpack.host}:#{Settings.webpack.port}/public#{path}" else - return res.locals.buildJsPath(jsFile) + return res.locals.buildJsPath(jsFile, opts) res.locals.buildCssPath = (cssFile, opts)-> path = Path.join("/stylesheets/", cssFile)