/PolymerRenamer

The Polymer Renamer helps developers integrate the Google Closure compiler with their Polymer projects by forwarding renames performed by the compiler to HTML and JS files.

Primary LanguageJavaBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

The Polymer Renamer

Build Status

The Polymer Renamer helps developers integrate the Google Closure compiler with their Polymer projects by forwarding renames performed by the compiler to HTML and JS files.

Building the Polymer Renamer

> ant jar

Running the Polymer Renamer

> java -jar PolymerRenamer.jar <Property Map Filename> <HTML or JS Filename>

Running the Tests

> ant run-tests