RE: Application Display Template, how to version code properly?

Ber Ni Ni, modified 7 Years ago. New Member Posts: 8 Join Date: 3/15/18 Recent Posts
I inherited  a project that uses code in ADT to display content.

I can edit the code through Liferay backend and I can either save it manually or export whole templates in .lar format.

But neither way seems appropriate to me for versioning, maintaining and deploying the project.

​​​​​​​Is there a better way?
thumbnail
Fernando Fernandez, modified 7 Years ago. Expert Posts: 401 Join Date: 8/22/07 Recent Posts
Ber Ni NiI inherited  a project that uses code in ADT to display content.

I can edit the code through Liferay backend and I can either save it manually or export whole templates in .lar format.

But neither way seems appropriate to me for versioning, maintaining and deploying the project.

​​​​​​​Is there a better way?

I use a webdav mount of the liferay templates inside my git repository and that seems to be an easy way of keeping structure and template versions.

HTH

Fernando