StefanLiebenberg / soy-closure-optimizations

A compiler custom pass to remove extra soy files.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

soy-closure-optimizations

A compiler custom pass to remove extra/unused soy delegate templates from the compiled javascript artifact.

Usage

Usage is simple:

SoyDelegateOptimizationsPass.addToOptions(compiler, compilerOptions);

About

A compiler custom pass to remove extra soy files.

License:MIT License


Languages

Language:Java 96.0%Language:JavaScript 4.0%