Vaadin7 RC1 can not find styles.scss??

Hi there,

I just upgraded from Vaadin7beta11 to the RC1.
But now my stylesheet can not be found, I get the following exception in the console.

2013-01-18 12:56:41.607:WARN::/vaadinexample/VAADIN/themes/vaadinexample/styles.css: java.io.IOException: Resetting to invalid mark

Within the folder /VAADIN/themes/vaadinexample/ there is styles.scss, but not a styles.css.

What to do??

Thanks a lot

[e]
: In my application the scss file is stored in src/main/resources. I figured out that it seems to work, when i copy that file to src/main/webapp.
Is this a known and wished issue?

I have my scss file in the folder /src/main/webapp/VAADIN/themes/testtheme/styles.scss and it works like a charm as long as i have the @Theme(“testtheme”) annotation on my UI.

Yes, as I wrote in my first post, when you store the *.scss in src/main/webapp everything’s fine.
I created a bug report with an executable example:
http://dev.vaadin.com/ticket/10851