Add explaining comment

This commit is contained in:
RMidhunSuresh 2022-05-12 12:55:08 +05:30
parent 4231037345
commit b306344739
1 changed files with 5 additions and 0 deletions

View File

@ -35,6 +35,11 @@ export class ThemeLoader {
cache: true,
})
.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"]);
}
}