Skip to content

Updating CSS fails for Diamond 5.0.0 #1253

Discussion options

You must be logged in to vote

Pasting your response on Discord here, @melloware

Also I just downloaded the latest Babylon for PF13 and you are right the CSS doesn't recompile but its easy to fix in the pom.xml just add this plugin and it will recompile on every build.

            <plugin>
                <groupId>io.github.cleydyr</groupId>
                <artifactId>dart-sass-maven-plugin</artifactId>
                <version>1.3.1</version>
                <executions>
                    <execution>
                        <id>generate-css-using-sass</id>
                        <phase>generate-resources</phase>
                        <goals>
                            <goal>compile-sass</goal>
               …

Replies: 1 comment 9 replies

Comment options

jepsar
Feb 22, 2024
Collaborator Author

You must be logged in to vote
9 replies
@melloware
Comment options

@jepsar
Comment options

jepsar Feb 27, 2024
Collaborator Author

Answer selected by jepsar
@kwee27
Comment options

@jepsar
Comment options

jepsar Mar 28, 2024
Collaborator Author

@melloware
Comment options

@jepsar
Comment options

jepsar Mar 28, 2024
Collaborator Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Resolution: Workaround Workaround for the issue is found
3 participants