https://developers.google.com/closure/templates/docs/commands explains how to compile Google stylesheets using command line. I was expecting something like SoyFileSet which I can use to compile Google templates. Is there a class similar class like that for compiling stylesheets?
Compiling closure stylesheets in java (like SoyFileSet)
621 views Asked by Neo M Hacker At
1
There is a java jar you can run from the command line called closure-stylesheets.jar. You can download it here : https://code.google.com/p/closure-stylesheets/downloads/list
We run it through an Ant task like this:
If you are using Soy templates and want to use closure's CSS renaming capabilities, look here (I'm not familiar with using this) : https://code.google.com/p/closure-stylesheets/#Renaming