google-code-export / wro4j

Automatically exported from code.google.com/p/wro4j
1 stars 1 forks source link

Create SoyProcessor based on google closure templates engine #717

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Closure Templates are a client- and server-side templating system that helps 
you dynamically build reusable HTML and UI elements. They have a simple syntax 
that is natural for programmers, and you can customize them to fit your 
application's needs.

Official home page: https://developers.google.com/closure/templates/

There is a github project which started to implement that processor: 
https://github.com/jn73/wro4j-soy-processor

Original issue reported on code.google.com by alex.obj...@gmail.com on 13 May 2013 at 6:48