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?