Spring Boot project and Built-in Sass compiler?

I have created a Spring Boot (from Spring Start :slight_smile: ) project with Vaadin.

Trying to start, and, in first lines of console, i see:

Class-Path manifest attribute in C:\Users\Vlad.m2\repository\com\vaadin\vaadin-sass-compiler\0.9.13[b]
vaadin-sass-compiler-0.9.13.jar
[/b] referenced one or more files that do not exist: file:/C:/Users/Vlad/.m2/repository/com/vaadin/vaadin-sass-compiler/0.9.13/sac-1.3.jar,file:/C:/Users/Vlad/.m2/repository/com/vaadin/vaadin-sass-compiler/0.9.13/flute-1.3.0.gg2.jar,file:/C:/Users/Vlad/.m2/repository/com/vaadin/vaadin-sass-compiler/0.9.13/yuicompressor-2.4.8.jar,file:/C:/Users/Vlad/.m2/repository/com/vaadin/vaadin-sass-compiler/0.9.13/js-1.7R2.jar

So… Built-in Sass compiler will not work in this case?

My first guess is that your file .m2 cache is somewhat corrupted. So I would remove the files mentioned in the error from the .m2 folder. And then let maven to download them again.

Thanks for posting this, it is valuable info for the others.

Some sort of conflict with “spring devtools”?
I solved this problem by removing spring-boot-devtools from maven dependencies :-\