Skip to content

Latest commit

 

History

History
22 lines (11 loc) · 1.06 KB

README.md

File metadata and controls

22 lines (11 loc) · 1.06 KB

GWT Safe-HTML & Safe-CSS

GWT3/J2CL compatible License Chat on Gitter CI

A future-proof port of the com.google.gwt.safehtml.SafeHtml and com.google.gwt.safecssl.SafeCss GWT module, with no dependency on gwt-user (besides the Java Runtime Emulation), to prepare for GWT 3 / J2Cl.

Migrating from com.google.gwt.safehtml.SafeHtml

See: SafeHTML-Module

Migrating from com.google.gwt.safecss.SafeCss

See: SafeCSS-Module

Instructions

To build gwt-safehtml:

  • run mvn clean verify

on the parent directory. This will build the artifact and run tests against the JVM, J2CL, and GWT2.