Skip to content
/ zkdiffer Public

A ZK diffing algorithm for ZK components

License

Notifications You must be signed in to change notification settings

zkoss/zkdiffer

Repository files navigation

zkdiffer - A ZK diffing algorithm for ZK components

This library is inspired from diffDom and ported in Java for ZK framework.

License

This project is licensed under the LGPL v. 3. For details see LICENSE.txt.

How to release FL

./gradlew clean build release -PFL=true

and then the released bundle file will be in zkdiffer/build/dist folder.

How to release official

./gradlew clean build release

and then the released bundle file will be in zkdiffer/build/dist folder.