Closed alansemenov closed 3 years ago
The idea is good - you should be able to hot-redeploy your local app in dev mode - but not when the app is installed from the Market.
Proposed solution:
com.enonic.xp.app.production
. false
by default.true
- don't include extra source pathstrue
Gradle plugin adds local project path to the Manifest file:
When an app is installed from the Market and XP is running in dev mode, XP will run the application from source path instead of the installed version.
Basically, with current behaviour you will never be able to run a version from the Market if your local version is different, unless you stop dev mode.