Faster compilation of themes

- Ability to provided precompiled themes in the datamodel
- Check that a precompiled theme is still up-to-date based on a signature
This commit is contained in:
Denis Flaven
2020-04-22 16:11:02 +02:00
parent 8de4c0360d
commit 5cfa06e36f
5 changed files with 10596 additions and 9 deletions

View File

@@ -8529,6 +8529,7 @@
<stylesheet id="jqueryui">../css/ui-lightness/jqueryui.scss</stylesheet>
<stylesheet id="main">../css/light-grey.scss</stylesheet>
</stylesheets>
<precompiled_stylesheet>itop-config-mgmt/precompiled-themes/light-grey/main.css</precompiled_stylesheet>
</theme>
<theme id="test-red" _delta="define">
<variables>
@@ -8544,6 +8545,7 @@
<stylesheet id="main">../css/light-grey.scss</stylesheet>
<stylesheet id="environment-banner">../css/backoffice-environment-banner.scss</stylesheet>
</stylesheets>
<precompiled_stylesheet>itop-config-mgmt/precompiled-themes/test-red/main.css</precompiled_stylesheet>
</theme>
</themes>
</branding>

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff