Incremental compilation in j2cl-maven-plugin #189
treblereel
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
PR: #174
Provided implementation contains the following steps:
.build.mapfiles during the first run and on files changes..build.mapfiles are storing the following information:.build.mapfiles only for Java classes, so no js or native.js are tracked.service.getDiskCache().getLastSuccessfulDirectoryto the new location.build.mapfiles, processes them to j2cl and overrides the existing files, if there are any deleted files, it removes them and their .native.js files if they exist..build.mapfiles are updated with the new information and, on successful compilation, the latest location is marked as new SuccessfulDirectory.Beta Was this translation helpful? Give feedback.
All reactions