devsoap/ds-gradle-vaadin

Project styles and templates are not always bundled in production mode

Closed this issue · 0 comments

Desktop (please complete the following information):

  • OS: Any
  • JDK version: Any
  • Gradle version: 5
  • Vaadin Plugin version: 1.1

Describe the bug
In some cases the project theme files are not bundled in production mode

To Reproduce
Steps to reproduce the behavior:

  1. Clone https://github.com/devsoap/examples/tree/master/beverage-starter-flow-gradle
  2. Change productionMode=true in build.gradle
  3. Run project with jettyRun
  4. shared-styles.html + other imported html files are not included in the bundle

Expected behavior
All theme files are bundled