mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
[FIX] theme_cobalt, theme_paptic: restore proper asset order
Error made during migration of assets, those files became prepend to
the bundle instead of append to... hopefully these are the only ones.
Part of https://github.com/odoo/design-themes/pull/2
task-2491890
X-original-commit: 1fe3c6aecc
This commit is contained in:
@@ -6,7 +6,6 @@
|
||||
<field name="key">theme_cobalt.primary_variables_scss</field>
|
||||
<field name="name">Primary variables SCSS</field>
|
||||
<field name="bundle">web._assets_primary_variables</field>
|
||||
<field name="directive">prepend</field>
|
||||
<field name="path">theme_cobalt/static/src/scss/primary_variables.scss</field>
|
||||
</record>
|
||||
|
||||
|
||||
@@ -6,7 +6,6 @@
|
||||
<field name="key">theme_paptic.primary_variables_scss</field>
|
||||
<field name="name">Primary variables SCSS</field>
|
||||
<field name="bundle">web._assets_primary_variables</field>
|
||||
<field name="directive">prepend</field>
|
||||
<field name="path">theme_paptic/static/src/scss/primary_variables.scss</field>
|
||||
</record>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user