Skip to content

Conversation

@fw-bot
Copy link
Collaborator

@fw-bot fw-bot commented Aug 5, 2021

The previous makefile was compiling css beside the style.scss and
the style.css was copied at the end.

The new makefile compile css directly in the build dir.

Since this file was still present in the source because of the .gitignore,
sphinx was using this old version of style.css, overriding the new compiled
css file at the end.

Removing it from gitignore should helpFix this problem.

This commit also fix some path in makefile.
(not critical but this should fix a potential error in static command)

Forward-Port-Of: #1084

The previous makefile was compiling css beside the style.scss and
the style.css was copied at the end.

The new makefile compile css directly in the build dir.

Since this file was still present in the source because of the .gitignore,
sphinx was using this old version of style.css, overriding the new compiled
css file at the end.

Removing it from gitignore should helpFix this problem.

This commit also fix some path in makefile.
(not critical but this should fix a potential error in static command)

X-original-commit: fd56d8c
@robodoo
Copy link
Collaborator

robodoo commented Aug 5, 2021

@fw-bot
Copy link
Collaborator Author

fw-bot commented Aug 5, 2021

Ping @Xavier-Do, @AntoineVDV
This PR targets master and is the last of the forward-port chain containing:

To merge the full chain, say

@fw-bot r+

More info at https://github.com/odoo/odoo/wiki/Mergebot#forward-port

@Xavier-Do
Copy link
Collaborator

@fw-bot r+

robodoo pushed a commit that referenced this pull request Aug 5, 2021
The previous makefile was compiling css beside the style.scss and
the style.css was copied at the end.

The new makefile compile css directly in the build dir.

Since this file was still present in the source because of the .gitignore,
sphinx was using this old version of style.css, overriding the new compiled
css file at the end.

Removing it from gitignore should helpFix this problem.

This commit also fix some path in makefile.
(not critical but this should fix a potential error in static command)

closes #1089

X-original-commit: fd56d8c
Signed-off-by: Antoine Vandevenne (anv) <AntoineVDV@users.noreply.github.com>
Signed-off-by: Xavier Dollé (xdo) <xdo@odoo.com>
@robodoo robodoo added the 15.0 label Aug 5, 2021
@robodoo robodoo closed this Aug 5, 2021
@robodoo robodoo temporarily deployed to merge August 5, 2021 08:58 Inactive
@fw-bot fw-bot deleted the master-12.0-fix-css-xdo-uKSV-fw branch August 19, 2021 09:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants