Valo Theme

Dear all
After updating vaadin to vaadin 7.5.0 rc1 each time i want to launch the web application i got this erro ‘INFO: Requested resource
[/VAADIN/themes/valo/valo.scss] not found from filesystem or through class loader. Add widgetset and/or theme JAR to your classpath or add files to WebContent/VAADIN folder.’
Thanks in advance

How is your project build? Are you using dependency management? If you’re using Maven, do you have
vaadin-themes
dependency in your project object model?

I think its eclipse issue i used to restart eclipse ‘eclipse -clean’ then recompile theme and everything working fine
Thank you Mr. Tapio Aali