cuba-platform / cuba-gradle-plugin

Gradle plugin for building CUBA platform and applications
https://www.cuba-platform.com
Apache License 2.0
15 stars 18 forks source link

Support custom front-end module path #72

Closed web-devel closed 5 years ago

web-devel commented 5 years ago

By default plugin will recognize app-front as front-end module (polymer-client for legacy projects). It can be customized using appModuleType property:

configure(frontModule) {

   appModuleType = 'front'

}