Maven: Compiling Valo theme with Vaadin-Sass compiler

Hey all emoticon

i have a problem when compiling the new Valo theme by using maven with the Vaadin-Sass compiler.
Every time I compile the Valo theme, the styles.css simply contains hte following:

[code]
@import “valo”;

.valo {
name: valo args:
}
[/code]This sadly does not work when I start my Vaadin application. The Browser complains about not finding /themes/valo/valo.
During maven theme compile, the errors attached to this post are shown. In https://vaadin.com/forum#!/thread/7695159 is mentioned, that the Vaadin Sass compiler is not able to completly compile the new Valo theme. The post is about 3 months old, therefore the question: is this still the case?
Or is there any other problem?

I’m using all Vaadin libs in version 7.3, except the theme-compiler in version 7.1.15. (Which is the latest i think?)

Thanks a lot for your effort! :slight_smile:
16441.png
16442.png

You should use the latest version of vaadin-sass-compiler and remove the dependency to the old vaadin-theme-compiler. The Vaadin Sass compiler has been able to compile Valo for a few months now.

Thanks a lot for your fast answer!
That was it, now all works perfectly :slight_smile:

Kind regards,

Philipp