-
Task
-
Resolution: Fixed
-
L3 - Default
-
None
-
None
-
None
Reproduce:
- in camunda-bpm-webapp, run grunt build:dev
- change a html file
- run grunt build:dev again
Expected:
- changes of the html file are included in the build
Observed:
- changes of the html file are not included in the build
Workaround:
- also change the Javascript file that includes the html file OR
- run the build with RECREATE=1 grunt build:dev