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
-
PR: #174
Provided implementation contains the following steps:
.build.map
files during the first run and on files changes..build.map
files are storing the following information:.build.map
files only for Java classes, so no js or native.js are tracked.service.getDiskCache().getLastSuccessfulDirectory
to the new location.build.map
files, 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.map
files 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