jlgrock / ClosureJavascriptFramework

A group of plug-ins that can be used in conjunction with maven to execute the Google Closure Compiler on JavaScript code. This Framework allows for scaling and modularity.
MIT License
16 stars 7 forks source link

Support for Soy templates #19

Closed lukas-vlcek closed 11 years ago

lukas-vlcek commented 11 years ago

Is it possible to support compiled Soy templates? Or even better compilation of Soy templates?

IMO, this would mean management of specific Soy templates version and injecting soyutils_usegoog.js into dependencies for the Closure compiler.

Would be great to have it!

jlgrock commented 11 years ago

I'm not sure. I checked into the Closure linting and this seemed pointless. I'll read up on the soy templates and see how it fits in. Feel free to help out and or let me know what needs to change to support them.

lukas-vlcek commented 11 years ago

Well, the more I think about this there is probably not a good reason to support Soy templates now. To compile them during building may be too late, in fact I need to have them compiled during development so I think we can close this ticket for now.

jlgrock commented 11 years ago

You could have them compiled into a separate project and use it as a maven dependency or something. I'd just need to know how. I've never used them before.