Skip to content

CONFIGURAR TEMPLATE PREMIUM #1880

Discussion options

You must be logged in to vote

Sure just add this to your pom.xml then it will recompile on every mvn clean package

Or you can do mvn dart-sass:compile-sass or to watch for changes mvn dart-sass:watch-sass

          <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>
                        </goals>
                    </execution>
                </e…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@KaioRomao
Comment options

Answer selected by melloware
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants