After modifying styles.scss, Vaadin 8 does not recreate styles.css. If I completely remove style.css, the application does not create this file and I get a 404 error in the browser.
The application does not run in production mode and I am using a theme. According to the documentation, this file should be created:
If the on-the-fly compilation does not seem to work, ensure that your build script
has not generated a pre-compiled CSS file. If a styles.css file is found by the
servlet, the compilation is skipped. Disable theme compilation in your local
development environment and delete the existing styles.css file to enable on-the-fly
compilation.
Can, please, abybody tell me how to force Vaadin to create styles.css ?