archimag / cl-closure-template

Common Lisp implementation of Google's Closure Templates.
Other
71 stars 23 forks source link

Refactor format of teh compiled Javascript templates. #19

Closed alexey-martynov closed 11 years ago

alexey-martynov commented 11 years ago

New format is close to RequireJS module. The following differences are exist:

These changes should allow following improvements:

I'm planning to create more intellectual generator to implement such improvements and handle custom print directives in RequireJS backend.