Add explaining comment

This commit is contained in:
RMidhunSuresh 2022-05-12 12:55:08 +05:30
parent 4231037345
commit b306344739

View file

@ -35,6 +35,11 @@ export class ThemeLoader {
cache: true, cache: true,
}) })
.response(); .response();
/*
After build has finished, the source section of each theme manifest
contains `built-asset` which is a mapping from the theme-name to the
location of the css file in build.
*/
Object.assign(this._themeMapping, body["source"]["built-asset"]); Object.assign(this._themeMapping, body["source"]["built-asset"]);
} }
} }