Issue
When building a Liferay theme using Liferay Developer Studio, multiple versions of CSS and JS files are created in the compiled WAR file.
Environment
- Liferay DXP 7.4
Resolution
To prevent duplicate files from accumulating in the theme's WAR file, configure the theme's build.gradle file. Follow these steps:
- Open the theme's
build.gradlefile. - Add the following property declaration to the configuration script:
war.duplicatesStrategy = "EXCLUDE"