Skip to content
This repository has been archived by the owner on Sep 7, 2022. It is now read-only.

Latest commit

 

History

History
17 lines (12 loc) · 553 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 553 Bytes

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