Skip to content
Commit db52e861 authored by Daniel Calviño Sánchez's avatar Daniel Calviño Sánchez
Browse files

Provide "server.css" URL in ThemingController response



Pull request #5429 made cached SCSS files depend on a hash of the base
URL, so the "/css/core/server.css" file does no longer exist. The
"server.css" URL must be known by the Theming app in order to update the
stylesheets when previewing the changes to the theme, so the
DataResponse from the controller now provides the full URL to the
"server.css" file that has to be reloaded (if any).

The "server.css" URL provided by the response will be taken into account
by the JavaScript front-end in a following commit.

Signed-off-by: default avatarDaniel Calviño Sánchez <danxuliu@gmail.com>
parent 986dffda
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment